Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 2, 2021
1 parent f12e422 commit 9ba1ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.5.0
# Add ProjectOptions v0.5.1
# https://github.com/aminya/ProjectOptions
include(FetchContent)
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)
FetchContent_MakeAvailable(projectoptions)
include(${projectoptions_SOURCE_DIR}/Index.cmake)
Expand Down

0 comments on commit 9ba1ef2

Please sign in to comment.