File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Here is a full example:
1111``` cmake
1212cmake_minimum_required(VERSION 3.16)
1313
14- # Add ProjectOptions v0.4 .0
14+ # Add ProjectOptions v0.5 .0
1515# https://github.com/aminya/ProjectOptions
1616include(FetchContent)
17- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4 .0.zip)
17+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5 .0.zip)
1818FetchContent_MakeAvailable(projectoptions)
1919include(${projectoptions_SOURCE_DIR}/Index.cmake)
2020
@@ -109,10 +109,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
109109``` cmake
110110cmake_minimum_required(VERSION 3.16)
111111
112- # Add ProjectOptions v0.4 .0
112+ # Add ProjectOptions v0.5 .0
113113# https://github.com/aminya/ProjectOptions
114114include(FetchContent)
115- FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4 .0.zip)
115+ FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5 .0.zip)
116116FetchContent_MakeAvailable(projectoptions)
117117include(${projectoptions_SOURCE_DIR}/Index.cmake)
118118
You can’t perform that action at this time.
0 commit comments