From b8e30e201fd941f084cf59335ffc80a79c22a972 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 23 Jun 2020 10:45:11 +0200 Subject: [PATCH] CMake: drop reference to external os-* modules - The USE_* infrastructure is only **inside** the Calamares build tree (see `src/modules/CMakeLists.txt`) so there is no point in referring to external repositories. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ed1d462b..b653f0996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,8 +109,7 @@ option( BUILD_SCHEMA_TESTING "Enable schema-validation-tests" ON ) # This defaults to *none* so that nothing gets picked up and nothing # is packaged -- you must explicitly set it to empty to get all of # the modules, but that hardly makes sense. Note, too that there -# are no os-* modules shipped with Calamares. They live in the -# *calamares-extensions* repository. +# are currently no os-* modules shipped with Calamares. set( USE_services "" CACHE STRING "Select the services module to use" ) set( USE_os "none" CACHE STRING "Select the OS-specific module to include" )