File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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.8 .0
20+ # Add ProjectOptions v0.9 .0
2121# https://github.com/aminya/ProjectOptions
2222include(FetchContent)
23- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.8 .0.zip)
23+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.9 .0.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.8 .0
142+ # Add ProjectOptions v0.9 .0
143143# https://github.com/aminya/ProjectOptions
144144include(FetchContent)
145- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.8 .0.zip)
145+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.9 .0.zip)
146146FetchContent_MakeAvailable(projectoptions)
147147include(${projectoptions_SOURCE_DIR}/Index.cmake)
148148
You can’t perform that action at this time.
0 commit comments