We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2b8f4 commit fc1e2f8Copy full SHA for fc1e2f8
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.2.6-alpha.0)
25
+include(GNUInstallDirs)
26
+
27
cable_configure_compiler()
28
if(CABLE_COMPILER_GNULIKE)
29
# TODO: fix the warnings instead
0 commit comments