From 137da0d8ba8e6c465eaeb4fc731428a7ec9f08f4 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 25 Jul 2017 09:00:30 +0200 Subject: [PATCH] CMake: document SKIP_MODULES --- CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 010959647..fcf0f24d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )