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 6e30099 commit 2f2eddbCopy full SHA for 2f2eddb
CMakeLists.txt
@@ -7,6 +7,9 @@ set(CMAKE_CXX_STANDARD 17)
7
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
9
set(HUNTER_TLS_VERIFY ON)
10
+
11
+option(HUNTER_ENABLED "Enable Hunter package manager support" ON)
12
13
include("cmake/HunterGate.cmake")
14
include("cmake/Catch.cmake")
15
cmake/HunterGate.cmake
@@ -42,7 +42,6 @@
42
# * https://github.com/hunter-packages/gate/
43
# * https://github.com/ruslo/hunter
44
45
-option(HUNTER_ENABLED "Enable Hunter package manager support" ON)
46
if(HUNTER_ENABLED)
47
if(CMAKE_VERSION VERSION_LESS "3.0")
48
message(FATAL_ERROR "At least CMake version 3.0 required for hunter dependency management."
0 commit comments