@@ -38,11 +38,11 @@ cmake_minimum_required(VERSION 3.20)
3838# If commented, the latest supported standard for your compiler is automatically set.
3939# set(CMAKE_CXX_STANDARD 20)
4040
41- # Add project_options v0.26.1
41+ # Add project_options v0.26.2
4242# https://github.com/aminya/project_options
4343# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
4444include(FetchContent)
45- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.1 .zip)
45+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.2 .zip)
4646FetchContent_MakeAvailable(_project_options)
4747include(${_project_options_SOURCE_DIR}/Index.cmake)
4848
@@ -391,11 +391,11 @@ cmake_minimum_required(VERSION 3.20)
391391# If commented, the latest supported standard for your compiler is automatically set.
392392# set(CMAKE_CXX_STANDARD 20)
393393
394- # Add project_options v0.26.1
394+ # Add project_options v0.26.2
395395# https://github.com/aminya/project_options
396396# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
397397include(FetchContent)
398- FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.1 .zip)
398+ FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.2 .zip)
399399FetchContent_MakeAvailable(_project_options)
400400include(${_project_options_SOURCE_DIR}/Index.cmake)
401401
0 commit comments