diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 13:08:27 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | 12e25b3a50e443814289bba6d9ac8eaa644bbbd6 (patch) | |
tree | 3004033fcc3055433cd618ef11f36d6cdd886140 | |
parent | 7fcdd57d4d9dbff582e834dbbcf3bbe6d724c1d5 (diff) |
cmake: include GNUInstallDirs
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f5d68e6..f5aaa1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |