CMake: switch INSTALL_CONFIG to OFF by default

- The examples files are not harmless, so distro's should take a
   explicit decision to install the config examples (instead of
   putting files in /etc/calamares).
main
Adriaan de Groot 7 years ago
parent 36d363df02
commit a6688504e8

@ -36,7 +36,7 @@ cmake_minimum_required( VERSION 3.2 )
### OPTIONS ### OPTIONS
# #
option( INSTALL_CONFIG "Install configuration files" ON ) option( INSTALL_CONFIG "Install configuration files" OFF )
option( INSTALL_POLKIT "Install Polkit configuration" ON ) option( INSTALL_POLKIT "Install Polkit configuration" ON )
option( BUILD_TESTING "Build the testing tree." ON ) option( BUILD_TESTING "Build the testing tree." ON )
option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON ) option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON )

Loading…
Cancel
Save