File tree 1 file changed +4
-4
lines changed
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.13.1
18
+ # Add project_options v0.14.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.13.1 .zip)
21
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0 .zip)
22
22
FetchContent_MakeAvailable(_project_options)
23
23
include(${_project_options_SOURCE_DIR}/Index.cmake)
24
24
@@ -157,10 +157,10 @@ cmake_minimum_required(VERSION 3.16)
157
157
# You can later set fine-grained standards for each target using `target_compile_features`
158
158
# set(CMAKE_CXX_STANDARD 17)
159
159
160
- # Add project_options v0.13.1
160
+ # Add project_options v0.14.0
161
161
# https://github.com/cpp-best-practices/project_options
162
162
include(FetchContent)
163
- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1 .zip)
163
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0 .zip)
164
164
FetchContent_MakeAvailable(_project_options)
165
165
include(${_project_options_SOURCE_DIR}/Index.cmake)
166
166
You can’t perform that action at this time.
0 commit comments