@@ -17,11 +17,11 @@ cmake_minimum_required(VERSION 3.16)
1717# If commented, the latest supported standard for your compiler is automatically set.
1818# set(CMAKE_CXX_STANDARD 20)
1919
20- # Add project_options v0.24.1
20+ # Add project_options v0.25.0
2121# https://github.com/aminya/project_options
2222# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
2323include(FetchContent)
24- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.24.1 .zip)
24+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.25.0 .zip)
2525FetchContent_MakeAvailable(_project_options)
2626include(${_project_options_SOURCE_DIR}/Index.cmake)
2727
@@ -370,11 +370,11 @@ cmake_minimum_required(VERSION 3.16)
370370# If commented, the latest supported standard for your compiler is automatically set.
371371# set(CMAKE_CXX_STANDARD 20)
372372
373- # Add project_options v0.24.1
373+ # Add project_options v0.25.0
374374# https://github.com/aminya/project_options
375375# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
376376include(FetchContent)
377- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.24.1 .zip)
377+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.25.0 .zip)
378378FetchContent_MakeAvailable(_project_options)
379379include(${_project_options_SOURCE_DIR}/Index.cmake)
380380
0 commit comments