We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e422 commit 9ba1ef2Copy full SHA for 9ba1ef2
README.md
@@ -11,10 +11,10 @@ Here is a full example:
11
```cmake
12
cmake_minimum_required(VERSION 3.16)
13
14
-# Add ProjectOptions v0.5.0
+# Add ProjectOptions v0.5.1
15
# https://github.com/aminya/ProjectOptions
16
include(FetchContent)
17
-FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.0.zip)
+FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.1.zip)
18
FetchContent_MakeAvailable(projectoptions)
19
include(${projectoptions_SOURCE_DIR}/Index.cmake)
20
0 commit comments