diff options
author | Yacine Hmito <yacine.hmito@gmail.com> | 2015-12-23 16:40:28 +0100 |
---|---|---|
committer | Yacine Hmito <yacine.hmito@gmail.com> | 2015-12-23 16:40:28 +0100 |
commit | 284720cf5f41e2a47d659dcb92e6ca5c188ae2c8 (patch) | |
tree | 340b04c4b6f76dde1e8ee7f07a56adb22b33d68f /CMakeLists.txt | |
parent | f438d3897d165a978226bac22e897e8522f65de8 (diff) |
Added include(GNUInstallDirs)
Fixes configuration not properly installed since f02cf75
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) |