Skip to content

Commit 41f9392

Browse files
committed
v0.4.0
1 parent 9fb1c3b commit 41f9392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.3.0
12+
# Add ProjectOptions v0.4.0
1313
# https://github.com/aminya/ProjectOptions
1414
include(FetchContent)
15-
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
15+
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
1616
FetchContent_MakeAvailable(projectoptions)
1717
include(${projectoptions_SOURCE_DIR}/Index.cmake)
1818
@@ -96,10 +96,10 @@ However, if you still want to change the CMake options on the fly (e.g. to enabl
9696
```cmake
9797
cmake_minimum_required(VERSION 3.16)
9898
99-
# Add ProjectOptions v0.3.0
99+
# Add ProjectOptions v0.4.0
100100
# https://github.com/aminya/ProjectOptions
101101
include(FetchContent)
102-
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.3.0.zip)
102+
FetchContent_Declare(projectoptions URL https://github.com/aminya/ProjectOptions/archive/refs/tags/v0.4.0.zip)
103103
FetchContent_MakeAvailable(projectoptions)
104104
include(${projectoptions_SOURCE_DIR}/Index.cmake)
105105

0 commit comments

Comments
 (0)