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.
This commit is contained in:
Adriaan de Groot 2020-06-23 10:45:11 +02:00
parent 4cdb603580
commit b8e30e201f

View File

@ -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 # 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 # is packaged -- you must explicitly set it to empty to get all of
# the modules, but that hardly makes sense. Note, too that there # the modules, but that hardly makes sense. Note, too that there
# are no os-* modules shipped with Calamares. They live in the # are currently no os-* modules shipped with Calamares.
# *calamares-extensions* repository.
set( USE_services "" CACHE STRING "Select the services module to use" ) set( USE_services "" CACHE STRING "Select the services module to use" )
set( USE_os "none" CACHE STRING "Select the OS-specific module to include" ) set( USE_os "none" CACHE STRING "Select the OS-specific module to include" )