File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ cmake_minimum_required(VERSION 3.16)
1515# You can later set fine-grained standards for each target using `target_compile_features`
1616# set(CMAKE_CXX_STANDARD 17)
1717
18- # Add project_options v0.15.1
18+ # Add project_options v0.16.0
1919# https://github.com/cpp-best-practices/project_options
2020include(FetchContent)
21- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.15.1 .zip)
21+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.16.0 .zip)
2222FetchContent_MakeAvailable(_project_options)
2323include(${_project_options_SOURCE_DIR}/Index.cmake)
2424
@@ -173,10 +173,10 @@ cmake_minimum_required(VERSION 3.16)
173173# You can later set fine-grained standards for each target using `target_compile_features`
174174# set(CMAKE_CXX_STANDARD 17)
175175
176- # Add project_options v0.15.1
176+ # Add project_options v0.16.0
177177# https://github.com/cpp-best-practices/project_options
178178include(FetchContent)
179- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.15.1 .zip)
179+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.16.0 .zip)
180180FetchContent_MakeAvailable(_project_options)
181181include(${_project_options_SOURCE_DIR}/Index.cmake)
182182
You can’t perform that action at this time.
0 commit comments