mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
CMake: document SKIP_MODULES
This commit is contained in:
parent
5efac3b2a8
commit
137da0d8ba
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
### CMakeLists.txt for Calamares
|
||||
#
|
||||
# Generally, this CMakeLists.txt will find all the dependencies for Calamares
|
||||
# and complain appropriately. See below (later in this file) for CMake-level
|
||||
# options. There are some "secret" options as well:
|
||||
#
|
||||
# SKIP_MODULES : a space or semicolon-separated list of directory names
|
||||
# under src/modules that should not be built.
|
||||
#
|
||||
# Example usage:
|
||||
#
|
||||
# cmake . -DSKIP_MODULES="partition luksbootkeycfg"
|
||||
|
||||
project( calamares CXX )
|
||||
|
||||
cmake_minimum_required( VERSION 3.2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue