Skip to content

Commit 9ba1ef2

Browse files
committed
v0.5.1
1 parent f12e422 commit 9ba1ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Here is a full example:
1111
```cmake
1212
cmake_minimum_required(VERSION 3.16)
1313
14-
# Add ProjectOptions v0.5.0
14+
# Add ProjectOptions v0.5.1
1515
# https://github.com/aminya/ProjectOptions
1616
include(FetchContent)
17-
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.0.zip)
17+
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.1.zip)
1818
FetchContent_MakeAvailable(projectoptions)
1919
include(${projectoptions_SOURCE_DIR}/Index.cmake)
2020

0 commit comments

Comments
 (0)