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