Skip to content

Commit d0db617

Browse files
committed
v0.12.1
1 parent 599c0f1 commit d0db617

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.0
18+
# Add project_options v0.12.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.12.0.zip)
21+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.1.zip)
2222
FetchContent_MakeAvailable(_project_options)
2323
include(${_project_options_SOURCE_DIR}/Index.cmake)
2424
@@ -137,10 +137,10 @@ cmake_minimum_required(VERSION 3.16)
137137
# You can later set fine-grained standards for each target using `target_compile_features`
138138
# set(CMAKE_CXX_STANDARD 17)
139139
140-
# Add project_options v0.12.0
140+
# Add project_options v0.12.1
141141
# https://github.com/cpp-best-practices/project_options
142142
include(FetchContent)
143-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.0.zip)
143+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.1.zip)
144144
FetchContent_MakeAvailable(_project_options)
145145
include(${_project_options_SOURCE_DIR}/Index.cmake)
146146

0 commit comments

Comments
 (0)