diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-23 16:49:43 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-23 16:49:43 +0000 |
commit | ac23fa5f20c5b43803080160e0d949cabfa9d268 (patch) | |
tree | 340b04c4b6f76dde1e8ee7f07a56adb22b33d68f /CMakeLists.txt | |
parent | f438d3897d165a978226bac22e897e8522f65de8 (diff) | |
parent | 284720cf5f41e2a47d659dcb92e6ca5c188ae2c8 (diff) |
Merge pull request #400 from gpyh/forgot_include
Bugfix: Added include(GNUInstallDirs)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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() include(FeatureSummary) include(Manpage) +include(GNUInstallDirs) if (enable-gdk-pixbuf) if (GDK_PIXBUF_FOUND) |