Skip to content

Commit cd0a7bd

Browse files
committed
v0.18.0 [skip ci]
1 parent ac3576b commit cd0a7bd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +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.17.0
18+
# Add project_options v0.18.0
1919
# https://github.com/cpp-best-practices/project_options
20+
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
2021
include(FetchContent)
21-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.17.0.zip)
22+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.0.zip)
2223
FetchContent_MakeAvailable(_project_options)
2324
include(${_project_options_SOURCE_DIR}/Index.cmake)
2425
@@ -282,10 +283,11 @@ cmake_minimum_required(VERSION 3.16)
282283
# If commented, the latest supported standard for your compiler is automatically set.
283284
# set(CMAKE_CXX_STANDARD 20)
284285
285-
# Add project_options v0.17.0
286+
# Add project_options v0.18.0
286287
# https://github.com/cpp-best-practices/project_options
288+
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
287289
include(FetchContent)
288-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.17.0.zip)
290+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.18.0.zip)
289291
FetchContent_MakeAvailable(_project_options)
290292
include(${_project_options_SOURCE_DIR}/Index.cmake)
291293

0 commit comments

Comments
 (0)