Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 1, 2021
1 parent 6245f75 commit ef70e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Here is a full example:
```cmake
cmake_minimum_required(VERSION 3.16)
# Add ProjectOptions v0.4.0
# Add ProjectOptions v0.5.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.0.zip)
FetchContent_MakeAvailable(projectoptions)
include(${projectoptions_SOURCE_DIR}/Index.cmake)
Expand Down Expand Up @@ -109,10 +109,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
```cmake
cmake_minimum_required(VERSION 3.16)
# Add ProjectOptions v0.4.0
# Add ProjectOptions v0.5.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.5.0.zip)
FetchContent_MakeAvailable(projectoptions)
include(${projectoptions_SOURCE_DIR}/Index.cmake)
Expand Down

0 comments on commit ef70e79

Please sign in to comment.