Skip to content

Commit 03a9473

Browse files
committed
v0.13.0 [skip ci]
1 parent 66e8326 commit 03a9473

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,10 +15,10 @@ cmake_minimum_required(VERSION 3.16)
1515
# You can later set fine-grained standards for each target using `target_compile_features`
1616
# set(CMAKE_CXX_STANDARD 17)
1717
18-
# Add project_options v0.12.3
18+
# Add project_options v0.13.0
1919
# https://github.com/cpp-best-practices/project_options
2020
include(FetchContent)
21-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.3.zip)
21+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.0.zip)
2222
FetchContent_MakeAvailable(_project_options)
2323
include(${_project_options_SOURCE_DIR}/Index.cmake)
2424
@@ -140,10 +140,10 @@ cmake_minimum_required(VERSION 3.16)
140140
# You can later set fine-grained standards for each target using `target_compile_features`
141141
# set(CMAKE_CXX_STANDARD 17)
142142
143-
# Add project_options v0.12.3
143+
# Add project_options v0.13.0
144144
# https://github.com/cpp-best-practices/project_options
145145
include(FetchContent)
146-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.3.zip)
146+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.0.zip)
147147
FetchContent_MakeAvailable(_project_options)
148148
include(${_project_options_SOURCE_DIR}/Index.cmake)
149149

0 commit comments

Comments
 (0)