We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0718bfd + b551f6d commit c1d6accCopy full SHA for c1d6acc
1 file changed
CMakeLists.txt
@@ -6,10 +6,10 @@ cmake_minimum_required(VERSION 3.16)
6
# You can later set fine-grained standards for each target using `target_compile_features`
7
# set(CMAKE_CXX_STANDARD 17)
8
9
-# Add project_options v0.13.0
+# Add project_options v0.13.1
10
# https://github.com/cpp-best-practices/project_options
11
include(FetchContent)
12
-FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.0.zip)
+FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.13.1.zip)
13
FetchContent_MakeAvailable(_project_options)
14
include(${_project_options_SOURCE_DIR}/Index.cmake)
15
0 commit comments