Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 29, 2021
1 parent 9fb1c3b commit 41f9392
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 @@ -9,10 +9,10 @@ _NOTE_: It is planned to transfer this repository to [cpp-best-practices organiz
```cmake
cmake_minimum_required(VERSION 3.16)
# Add ProjectOptions v0.3.0
# Add ProjectOptions v0.4.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
FetchContent_MakeAvailable(projectoptions)
include(${projectoptions_SOURCE_DIR}/Index.cmake)
Expand Down Expand Up @@ -96,10 +96,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.3.0
# Add ProjectOptions v0.4.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
FetchContent_MakeAvailable(projectoptions)
include(${projectoptions_SOURCE_DIR}/Index.cmake)
Expand Down

0 comments on commit 41f9392

Please sign in to comment.