Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 24, 2021
1 parent f5d89c2 commit 0ccd964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ cmake_minimum_required(VERSION 3.16)
# Set the project name to your project name, my_project isn't very descriptive
project(myproject LANGUAGES CXX)
# Add ProjectOptions v0.1.1
# Add ProjectOptions v0.2.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.1.1.zip)
FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0.zip)
FetchContent_MakeAvailable(ProjectOptions)
include(${ProjectOptions_SOURCE_DIR}/Index.cmake)
Expand Down Expand Up @@ -91,10 +91,10 @@ cmake_minimum_required(VERSION 3.16)
# Set the project name to your project name, my_project isn't very descriptive
project(myproject LANGUAGES CXX)
# Add ProjectOptions v0.1.1
# Add ProjectOptions v0.2.0
# https://github.com/aminya/ProjectOptions
include(FetchContent)
FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.1.1.zip)
FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0.zip)
FetchContent_MakeAvailable(ProjectOptions)
include(${ProjectOptions_SOURCE_DIR}/Index.cmake)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)

project(
escape
VERSION 0.1.0
VERSION 0.2.0
LANGUAGES CXX)

### Add ProjectOptions
Expand Down

0 comments on commit 0ccd964

Please sign in to comment.