Skip to content

Commit f366a85

Browse files
committed
v0.20.0 [skip ci]
1 parent a88579d commit f366a85

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
@@ -17,11 +17,11 @@ cmake_minimum_required(VERSION 3.16)
1717
# If commented, the latest supported standard for your compiler is automatically set.
1818
# set(CMAKE_CXX_STANDARD 20)
1919
20-
# Add project_options v0.19.0
20+
# Add project_options v0.20.0
2121
# https://github.com/aminya/project_options
2222
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
2323
include(FetchContent)
24-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.19.0.zip)
24+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
2525
FetchContent_MakeAvailable(_project_options)
2626
include(${_project_options_SOURCE_DIR}/Index.cmake)
2727
@@ -323,11 +323,11 @@ cmake_minimum_required(VERSION 3.16)
323323
# If commented, the latest supported standard for your compiler is automatically set.
324324
# set(CMAKE_CXX_STANDARD 20)
325325
326-
# Add project_options v0.19.0
326+
# Add project_options v0.20.0
327327
# https://github.com/aminya/project_options
328328
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
329329
include(FetchContent)
330-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.19.0.zip)
330+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
331331
FetchContent_MakeAvailable(_project_options)
332332
include(${_project_options_SOURCE_DIR}/Index.cmake)
333333

0 commit comments

Comments
 (0)