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 @@ -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.3 .0
12+ # Add ProjectOptions v0.4 .0
1313# https://github.com/aminya/ProjectOptions
1414include(FetchContent)
15- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3 .0.zip)
15+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4 .0.zip)
1616FetchContent_MakeAvailable(projectoptions)
1717include(${projectoptions_SOURCE_DIR}/Index.cmake)
1818
@@ -96,10 +96,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
9696``` cmake
9797cmake_minimum_required(VERSION 3.16)
9898
99- # Add ProjectOptions v0.3 .0
99+ # Add ProjectOptions v0.4 .0
100100# https://github.com/aminya/ProjectOptions
101101include(FetchContent)
102- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3 .0.zip)
102+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4 .0.zip)
103103FetchContent_MakeAvailable(projectoptions)
104104include(${projectoptions_SOURCE_DIR}/Index.cmake)
105105
You can’t perform that action at this time.
0 commit comments