cmake: include GNUInstallDirs
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 12 Sep 2017 11:08:27 +0000 (13:08 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
CMakeLists.txt

index f5d68e6..f5aaa1d 100644 (file)
@@ -24,6 +24,7 @@ set(PACKAGE_VERSION_REVISION 1)
 set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_REVISION}")
 
 find_package(PkgConfig REQUIRED)
+include(GNUInstallDirs)
 
 pkg_check_modules(WLC wayland-client>=1.11.0 REQUIRED)