File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ _NOTE_: It is planned to transfer this repository to [cpp-best-practices organiz
99``` cmake
1010cmake_minimum_required(VERSION 3.16)
1111
12- # Add ProjectOptions v0.2 .0
12+ # Add ProjectOptions v0.3 .0
1313# https://github.com/aminya/ProjectOptions
1414include(FetchContent)
15- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2 .0.zip)
15+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3 .0.zip)
1616FetchContent_MakeAvailable(projectoptions)
1717include(${projectoptions_SOURCE_DIR}/Index.cmake)
1818
@@ -92,10 +92,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
9292``` cmake
9393cmake_minimum_required(VERSION 3.16)
9494
95- # Add ProjectOptions v0.2 .0
95+ # Add ProjectOptions v0.3 .0
9696# https://github.com/aminya/ProjectOptions
9797include(FetchContent)
98- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2 .0.zip)
98+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3 .0.zip)
9999FetchContent_MakeAvailable(projectoptions)
100100include(${projectoptions_SOURCE_DIR}/Index.cmake)
101101
You can’t perform that action at this time.
0 commit comments