From 284720cf5f41e2a47d659dcb92e6ca5c188ae2c8 Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Wed, 23 Dec 2015 16:40:28 +0100 Subject: [PATCH] Added include(GNUInstallDirs) Fixes configuration not properly installed since f02cf75 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index adb1650b0..94f2ab29f 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)