@@ -15,11 +15,11 @@ cmake_minimum_required(VERSION 3.16)
1515# If commented, the latest supported standard for your compiler is automatically set.
1616# set(CMAKE_CXX_STANDARD 20)
1717
18- # Add project_options v0.18.0
18+ # Add project_options v0.18.1
1919# https://github.com/cpp-best-practices/project_options
2020# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
2121include(FetchContent)
22- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.0 .zip)
22+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.1 .zip)
2323FetchContent_MakeAvailable(_project_options)
2424include(${_project_options_SOURCE_DIR}/Index.cmake)
2525
@@ -283,11 +283,11 @@ cmake_minimum_required(VERSION 3.16)
283283# If commented, the latest supported standard for your compiler is automatically set.
284284# set(CMAKE_CXX_STANDARD 20)
285285
286- # Add project_options v0.18.0
286+ # Add project_options v0.18.1
287287# https://github.com/cpp-best-practices/project_options
288288# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
289289include(FetchContent)
290- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.0 .zip)
290+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.1 .zip)
291291FetchContent_MakeAvailable(_project_options)
292292include(${_project_options_SOURCE_DIR}/Index.cmake)
293293
0 commit comments