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).
This commit is contained in:
parent
36d363df02
commit
a6688504e8
@ -36,7 +36,7 @@ cmake_minimum_required( VERSION 3.2 )
|
||||
|
||||
### OPTIONS
|
||||
#
|
||||
option( INSTALL_CONFIG "Install configuration files" ON )
|
||||
option( INSTALL_CONFIG "Install configuration files" OFF )
|
||||
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 )
|
||||
|
Loading…
Reference in New Issue
Block a user