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.6 .0
20+ # Add ProjectOptions v0.7 .0
2121# https://github.com/aminya/ProjectOptions
2222include(FetchContent)
23- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.6 .0.zip)
23+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.7 .0.zip)
2424FetchContent_MakeAvailable(projectoptions)
2525include(${projectoptions_SOURCE_DIR}/Index.cmake)
2626
@@ -137,10 +137,10 @@ cmake_minimum_required(VERSION 3.16)
137137# You can later set fine-grained standards for each target using `target_compile_features`
138138# set(CMAKE_CXX_STANDARD 17)
139139
140- # Add ProjectOptions v0.6 .0
140+ # Add ProjectOptions v0.7 .0
141141# https://github.com/aminya/ProjectOptions
142142include(FetchContent)
143- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.6 .0.zip)
143+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.7 .0.zip)
144144FetchContent_MakeAvailable(projectoptions)
145145include(${projectoptions_SOURCE_DIR}/Index.cmake)
146146
You can’t perform that action at this time.
0 commit comments