summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-03-23 12:51:35 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-03-23 12:56:43 -0400
commit2e767e5afb65d0360a87ca9a28e0532ecf6b6324 (patch)
treee76cdef0fb578cfcf0bd93e307575fbd8f222b65
parent36e0b05da83734f202d08c067869b2e0b31f4819 (diff)
restore configs to /usr/share/
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 24e31c7b0..d2fee2a13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ cmake_minimum_required( VERSION 3.2 )
### OPTIONS
#
-option( INSTALL_CONFIG "Install configuration files" OFF )
+option( INSTALL_CONFIG "Install configuration files" ON )
option( INSTALL_POLKIT "Install Polkit configuration" ON )
option( BUILD_TESTING "Build the testing tree." ON )
option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON )