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 76f3381 commit a51ba5aCopy full SHA for a51ba5a
CMakeLists.txt
@@ -10,7 +10,6 @@ include(CableBuildType)
10
include(CableCompilerSettings)
11
include(CableToolchains)
12
include(CMakePackageConfigHelpers)
13
-include(GNUInstallDirs)
14
15
include(Hunter/init)
16
@@ -23,6 +22,8 @@ set(CMAKE_DEBUG_POSTFIX "")
23
22
project(hera)
24
set(PROJECT_VERSION 0.3.0)
25
+include(GNUInstallDirs)
26
+
27
cable_configure_compiler()
28
if(CABLE_COMPILER_GNULIKE)
29
# TODO: fix the warnings instead
0 commit comments