commit ac23fa5f20c5b43803080160e0d949cabfa9d268 parent f438d3897d165a978226bac22e897e8522f65de8 Author: Drew DeVault <sir@cmpwn.com> Date: Wed, 23 Dec 2015 16:49:43 +0000 Merge pull request #400 from gpyh/forgot_include Bugfix: Added include(GNUInstallDirs) Diffstat:
| M | CMakeLists.txt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)