diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 33cd797..f13a57a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option (enable_lcov "Generate lcov code coverage reports." ON) ## ## GNU standard installation directories -## +## include (GNUInstallDirs) if (EXISTS "/etc/debian_version") # Workaround for libexecdir on debian |