summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 16:40:28 +0100
committerLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 16:40:28 +0100
commit284720cf5f41e2a47d659dcb92e6ca5c188ae2c8 (patch)
tree340b04c4b6f76dde1e8ee7f07a56adb22b33d68f /CMakeLists.txt
parentMerge pull request #398 from juju2143/bug-correction-1 (diff)
downloadsway-284720cf5f41e2a47d659dcb92e6ca5c188ae2c8.tar.gz
sway-284720cf5f41e2a47d659dcb92e6ca5c188ae2c8.tar.zst
sway-284720cf5f41e2a47d659dcb92e6ca5c188ae2c8.zip
Added include(GNUInstallDirs)
Fixes configuration not properly installed since f02cf75
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index adb1650b..94f2ab29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,7 @@ endif()
65 65
66include(FeatureSummary) 66include(FeatureSummary)
67include(Manpage) 67include(Manpage)
68include(GNUInstallDirs)
68 69
69if (enable-gdk-pixbuf) 70if (enable-gdk-pixbuf)
70 if (GDK_PIXBUF_FOUND) 71 if (GDK_PIXBUF_FOUND)