Skip to content

Commit ef70e79

Browse files
committed
v0.5.0
1 parent 6245f75 commit ef70e79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 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.4.0
14+
# Add ProjectOptions v0.5.0
1515
# https://github.com/aminya/ProjectOptions
1616
include(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)
1818
FetchContent_MakeAvailable(projectoptions)
1919
include(${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
110110
cmake_minimum_required(VERSION 3.16)
111111
112-
# Add ProjectOptions v0.4.0
112+
# Add ProjectOptions v0.5.0
113113
# https://github.com/aminya/ProjectOptions
114114
include(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)
116116
FetchContent_MakeAvailable(projectoptions)
117117
include(${projectoptions_SOURCE_DIR}/Index.cmake)
118118

0 commit comments

Comments
 (0)