File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ cmake_minimum_required(VERSION 3.16)
1212# Set the project name to your project name, my_project isn't very descriptive
1313project(myproject LANGUAGES CXX)
1414
15- # Add ProjectOptions v0.1.1
15+ # Add ProjectOptions v0.2.0
1616# https://github.com/aminya/ProjectOptions
1717include(FetchContent)
18- FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.1.1 .zip)
18+ FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0 .zip)
1919FetchContent_MakeAvailable(ProjectOptions)
2020include(${ProjectOptions_SOURCE_DIR}/Index.cmake)
2121
@@ -91,10 +91,10 @@ cmake_minimum_required(VERSION 3.16)
9191# Set the project name to your project name, my_project isn't very descriptive
9292project(myproject LANGUAGES CXX)
9393
94- # Add ProjectOptions v0.1.1
94+ # Add ProjectOptions v0.2.0
9595# https://github.com/aminya/ProjectOptions
9696include(FetchContent)
97- FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.1.1 .zip)
97+ FetchContent_Declare(ProjectOptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0 .zip)
9898FetchContent_MakeAvailable(ProjectOptions)
9999include(${ProjectOptions_SOURCE_DIR}/Index.cmake)
100100
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)
22
33project (
44 escape
5- VERSION 0.1 .0
5+ VERSION 0.2 .0
66 LANGUAGES CXX )
77
88### Add ProjectOptions
You can’t perform that action at this time.
0 commit comments