mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue