Skip to content

Commit 5dc3e39

Browse files
committed
chore: v0.23.0
1 parent aa62a17 commit 5dc3e39

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
@@ -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.22.4
20+
# Add project_options v0.23.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.22.4.zip)
24+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.23.0.zip)
2525
FetchContent_MakeAvailable(_project_options)
2626
include(${_project_options_SOURCE_DIR}/Index.cmake)
2727
@@ -350,11 +350,11 @@ cmake_minimum_required(VERSION 3.16)
350350
# If commented, the latest supported standard for your compiler is automatically set.
351351
# set(CMAKE_CXX_STANDARD 20)
352352
353-
# Add project_options v0.22.4
353+
# Add project_options v0.23.0
354354
# https://github.com/aminya/project_options
355355
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
356356
include(FetchContent)
357-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.22.4.zip)
357+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.23.0.zip)
358358
FetchContent_MakeAvailable(_project_options)
359359
include(${_project_options_SOURCE_DIR}/Index.cmake)
360360

0 commit comments

Comments
 (0)