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.12.0
18+ # Add project_options v0.12.1
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.12.0 .zip)
21+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.1 .zip)
2222FetchContent_MakeAvailable(_project_options)
2323include(${_project_options_SOURCE_DIR}/Index.cmake)
2424
@@ -137,10 +137,10 @@ cmake_minimum_required(VERSION 3.16)
137137# You can later set fine-grained standards for each target using `target_compile_features`
138138# set(CMAKE_CXX_STANDARD 17)
139139
140- # Add project_options v0.12.0
140+ # Add project_options v0.12.1
141141# https://github.com/cpp-best-practices/project_options
142142include(FetchContent)
143- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.0 .zip)
143+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.1 .zip)
144144FetchContent_MakeAvailable(_project_options)
145145include(${_project_options_SOURCE_DIR}/Index.cmake)
146146
You can’t perform that action at this time.
0 commit comments