Skip to content

Commit c7cf80c

Browse files
committed
v0.14.0
1 parent c5032f7 commit c7cf80c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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.1
18+
# Add project_options v0.14.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.13.1.zip)
21+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0.zip)
2222
FetchContent_MakeAvailable(_project_options)
2323
include(${_project_options_SOURCE_DIR}/Index.cmake)
2424
@@ -157,10 +157,10 @@ cmake_minimum_required(VERSION 3.16)
157157
# You can later set fine-grained standards for each target using `target_compile_features`
158158
# set(CMAKE_CXX_STANDARD 17)
159159
160-
# Add project_options v0.13.1
160+
# Add project_options v0.14.0
161161
# https://github.com/cpp-best-practices/project_options
162162
include(FetchContent)
163-
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip)
163+
FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.14.0.zip)
164164
FetchContent_MakeAvailable(_project_options)
165165
include(${_project_options_SOURCE_DIR}/Index.cmake)
166166

0 commit comments

Comments
 (0)