Skip to content

Commit 64a1627

Browse files
committed
v0.13.1
1 parent d69eca9 commit 64a1627

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
@@ -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.13.0
18+
# Add project_options v0.13.1
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.13.0.zip)
21+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.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.13.0
143+
# Add project_options v0.13.1
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.13.0.zip)
146+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip)
147147
FetchContent_MakeAvailable(_project_options)
148148
include(${_project_options_SOURCE_DIR}/Index.cmake)
149149

0 commit comments

Comments
 (0)