File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ cmake_minimum_required(VERSION 3.16)
1717# You can later set fine-grained standards for each target using `target_compile_features`
1818# set(CMAKE_CXX_STANDARD 17)
1919
20- # Add ProjectOptions v0.11.1
20+ # Add ProjectOptions v0.11.2
2121# https://github.com/aminya/ProjectOptions
2222include(FetchContent)
23- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.1 .zip)
23+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.2 .zip)
2424FetchContent_MakeAvailable(projectoptions)
2525include(${projectoptions_SOURCE_DIR}/Index.cmake)
2626
@@ -139,10 +139,10 @@ cmake_minimum_required(VERSION 3.16)
139139# You can later set fine-grained standards for each target using `target_compile_features`
140140# set(CMAKE_CXX_STANDARD 17)
141141
142- # Add ProjectOptions v0.11.1
142+ # Add ProjectOptions v0.11.2
143143# https://github.com/aminya/ProjectOptions
144144include(FetchContent)
145- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.1 .zip)
145+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.11.2 .zip)
146146FetchContent_MakeAvailable(projectoptions)
147147include(${projectoptions_SOURCE_DIR}/Index.cmake)
148148
You can’t perform that action at this time.
0 commit comments