@@ -15,10 +15,11 @@ cmake_minimum_required(VERSION 3.16)
15
15
# If commented, the latest supported standard for your compiler is automatically set.
16
16
# set(CMAKE_CXX_STANDARD 20)
17
17
18
- # Add project_options v0.17 .0
18
+ # Add project_options v0.18 .0
19
19
# https://github.com/cpp-best-practices/project_options
20
+ # Change the version in the following URL to update the package (watch the releases of the repository for future updates)
20
21
include(FetchContent)
21
- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.17 .0.zip)
22
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18 .0.zip)
22
23
FetchContent_MakeAvailable(_project_options)
23
24
include(${_project_options_SOURCE_DIR}/Index.cmake)
24
25
@@ -282,10 +283,11 @@ cmake_minimum_required(VERSION 3.16)
282
283
# If commented, the latest supported standard for your compiler is automatically set.
283
284
# set(CMAKE_CXX_STANDARD 20)
284
285
285
- # Add project_options v0.17 .0
286
+ # Add project_options v0.18 .0
286
287
# https://github.com/cpp-best-practices/project_options
288
+ # Change the version in the following URL to update the package (watch the releases of the repository for future updates)
287
289
include(FetchContent)
288
- FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.17 .0.zip)
290
+ FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18 .0.zip)
289
291
FetchContent_MakeAvailable(_project_options)
290
292
include(${_project_options_SOURCE_DIR}/Index.cmake)
291
293
0 commit comments