File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ cmake_minimum_required(VERSION 3.16)
1515# You can later set fine-grained standards for each target using `target_compile_features`
1616# set(CMAKE_CXX_STANDARD 17)
1717
18- # Add ProjectOptions v0.11.3
19- # https://github.com/aminya /ProjectOptions
18+ # Add ProjectOptions v0.11.4
19+ # https://github.com/cpp-best-practices /ProjectOptions
2020include(FetchContent)
21- FetchContent_Declare(projectoptions URL https://github.com/aminya /ProjectOptions/archive/refs/tags/v0.11.3 .zip)
21+ FetchContent_Declare(projectoptions URL https://github.com/cpp-best-practices /ProjectOptions/archive/refs/tags/v0.11.4 .zip)
2222FetchContent_MakeAvailable(projectoptions)
2323include(${projectoptions_SOURCE_DIR}/Index.cmake)
2424
@@ -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.11.3
141- # https://github.com/aminya /ProjectOptions
140+ # Add ProjectOptions v0.11.4
141+ # https://github.com/cpp-best-practices /ProjectOptions
142142include(FetchContent)
143- FetchContent_Declare(projectoptions URL https://github.com/aminya /ProjectOptions/archive/refs/tags/v0.11.3 .zip)
143+ FetchContent_Declare(projectoptions URL https://github.com/cpp-best-practices /ProjectOptions/archive/refs/tags/v0.11.4 .zip)
144144FetchContent_MakeAvailable(projectoptions)
145145include(${projectoptions_SOURCE_DIR}/Index.cmake)
146146
You can’t perform that action at this time.
0 commit comments