Skip to content

Commit ead3720

Browse files
committed
v0.12.2
1 parent c88a46f commit ead3720

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

0 commit comments

Comments
 (0)