Skip to content

Commit 836380b

Browse files
committed
v0.19.0 [skip ci]
1 parent 854b750 commit 836380b

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
@@ -15,11 +15,11 @@ cmake_minimum_required(VERSION 3.16)
1515
# If commented, the latest supported standard for your compiler is automatically set.
1616
# set(CMAKE_CXX_STANDARD 20)
1717
18-
# Add project_options v0.18.1
18+
# Add project_options v0.19.0
1919
# https://github.com/cpp-best-practices/project_options
2020
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
2121
include(FetchContent)
22-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.1.zip)
22+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.19.0.zip)
2323
FetchContent_MakeAvailable(_project_options)
2424
include(${_project_options_SOURCE_DIR}/Index.cmake)
2525
@@ -283,11 +283,11 @@ cmake_minimum_required(VERSION 3.16)
283283
# If commented, the latest supported standard for your compiler is automatically set.
284284
# set(CMAKE_CXX_STANDARD 20)
285285
286-
# Add project_options v0.18.1
286+
# Add project_options v0.19.0
287287
# https://github.com/cpp-best-practices/project_options
288288
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
289289
include(FetchContent)
290-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.1.zip)
290+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.19.0.zip)
291291
FetchContent_MakeAvailable(_project_options)
292292
include(${_project_options_SOURCE_DIR}/Index.cmake)
293293

0 commit comments

Comments
 (0)