Skip to content

Commit 54abe37

Browse files
committed
v0.3.0
1 parent 346c687 commit 54abe37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ _NOTE_: It is planned to transfer this repository to [cpp-best-practices organiz
99
```cmake
1010
cmake_minimum_required(VERSION 3.16)
1111
12-
# Add ProjectOptions v0.2.0
12+
# Add ProjectOptions v0.3.0
1313
# https://github.com/aminya/ProjectOptions
1414
include(FetchContent)
15-
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0.zip)
15+
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
1616
FetchContent_MakeAvailable(projectoptions)
1717
include(${projectoptions_SOURCE_DIR}/Index.cmake)
1818
@@ -92,10 +92,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
9292
```cmake
9393
cmake_minimum_required(VERSION 3.16)
9494
95-
# Add ProjectOptions v0.2.0
95+
# Add ProjectOptions v0.3.0
9696
# https://github.com/aminya/ProjectOptions
9797
include(FetchContent)
98-
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.2.0.zip)
98+
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
9999
FetchContent_MakeAvailable(projectoptions)
100100
include(${projectoptions_SOURCE_DIR}/Index.cmake)
101101

0 commit comments

Comments
 (0)