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.
1 parent 4221006 commit 79023ffCopy full SHA for 79023ff
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.12.1
+# Add project_options v0.12.3
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.12.1.zip)
+FetchContent_Declare(_project_options URL https://github.com/cpp-best-practices/project_options/archive/refs/tags/v0.12.3.zip)
13
FetchContent_MakeAvailable(_project_options)
14
include(${_project_options_SOURCE_DIR}/Index.cmake)
15
0 commit comments