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)
15
15
# You can later set fine-grained standards for each target using `target_compile_features`
16
16
# set(CMAKE_CXX_STANDARD 17)
17
17
18
- # Add project_options v0.14.2
18
+ # Add project_options v0.15.0
19
19
# https://github.com/cpp-best-practices/project_options
20
20
include(FetchContent)
21
- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.2 .zip)
21
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.15.0 .zip)
22
22
FetchContent_MakeAvailable(_project_options)
23
23
include(${_project_options_SOURCE_DIR}/Index.cmake)
24
24
@@ -172,10 +172,10 @@ cmake_minimum_required(VERSION 3.16)
172
172
# You can later set fine-grained standards for each target using `target_compile_features`
173
173
# set(CMAKE_CXX_STANDARD 17)
174
174
175
- # Add project_options v0.14.2
175
+ # Add project_options v0.15.0
176
176
# https://github.com/cpp-best-practices/project_options
177
177
include(FetchContent)
178
- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.2 .zip)
178
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.15.0 .zip)
179
179
FetchContent_MakeAvailable(_project_options)
180
180
include(${_project_options_SOURCE_DIR}/Index.cmake)
181
181
You can’t perform that action at this time.
0 commit comments