summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-23 16:49:43 +0000
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-23 16:49:43 +0000
commitac23fa5f20c5b43803080160e0d949cabfa9d268 (patch)
tree340b04c4b6f76dde1e8ee7f07a56adb22b33d68f
parentMerge pull request #398 from juju2143/bug-correction-1 (diff)
parentAdded include(GNUInstallDirs) (diff)
downloadsway-ac23fa5f20c5b43803080160e0d949cabfa9d268.tar.gz
sway-ac23fa5f20c5b43803080160e0d949cabfa9d268.tar.zst
sway-ac23fa5f20c5b43803080160e0d949cabfa9d268.zip
Merge pull request #400 from gpyh/forgot_include
Bugfix: Added include(GNUInstallDirs)
-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)