diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
commit | b7950517a055b6aee4d0806e32dbd466a6ae59d0 (patch) | |
tree | d10281b8d1c2221e25d1e0c159884df0ffda520a /CMakeLists.txt | |
parent | dabd7c8c65ef0132dbf75360ae83e9505cbe614d (diff) | |
download | ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.gz ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.bz2 ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.zip |
README.md: Add some manual line breaks.
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 |