@@ -17,11 +17,11 @@ cmake_minimum_required(VERSION 3.16)
17
17
# If commented, the latest supported standard for your compiler is automatically set.
18
18
# set(CMAKE_CXX_STANDARD 20)
19
19
20
- # Add project_options v0.22.1
20
+ # Add project_options v0.22.2
21
21
# https://github.com/aminya/project_options
22
22
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
23
23
include(FetchContent)
24
- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.22.1 .zip)
24
+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.22.2 .zip)
25
25
FetchContent_MakeAvailable(_project_options)
26
26
include(${_project_options_SOURCE_DIR}/Index.cmake)
27
27
@@ -335,11 +335,11 @@ cmake_minimum_required(VERSION 3.16)
335
335
# If commented, the latest supported standard for your compiler is automatically set.
336
336
# set(CMAKE_CXX_STANDARD 20)
337
337
338
- # Add project_options v0.22.1
338
+ # Add project_options v0.22.2
339
339
# https://github.com/aminya/project_options
340
340
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
341
341
include(FetchContent)
342
- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.22.1 .zip)
342
+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.22.2 .zip)
343
343
FetchContent_MakeAvailable(_project_options)
344
344
include(${_project_options_SOURCE_DIR}/Index.cmake)
345
345
0 commit comments