calamares/CMakeModules
Adriaan de Groot 2ebf9124d1 CMake: move check for skipped-modules to all subdirs
The check for skipping a subdirectory was applied to Python subdirs,
not to C++ subdirs. This meant that a skipped module would notice
only in calamares_add_plugin() that it should be skipped. The **rest**
of the CMakeLists.txt in the to-be-skipped modules' subdirectory
was not skipped, and so a test might be added for a module that
was skipped. Depending on how the test consumes the code/module
under test, that might fail to link.

Example module is *initramfs*. Reported by yonggan.
2021-03-26 13:37:02 +01:00
..
BoostPython3.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CalamaresAddBrandingSubdirectory.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CalamaresAddLibrary.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CalamaresAddModuleSubdirectory.cmake CMake: move check for skipped-modules to all subdirs 2021-03-26 13:37:02 +01:00
CalamaresAddPlugin.cmake CMake: split out skip-module-checking to its own cmake module 2021-03-23 01:47:10 +01:00
CalamaresAddTest.cmake CMake: comment on BUILD_AS_TEST 2020-11-02 12:01:02 +01:00
CalamaresAddTranslations.cmake i18n: check for gettext rather than just calling msgfmt 2020-08-28 01:10:21 +02:00
CalamaresAutomoc.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CalamaresCheckModuleSelection.cmake CMake: split out skip-module-checking to its own cmake module 2021-03-23 01:47:10 +01:00
CMakeColors.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CMakeDateStamp.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CMakeVersionSource.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
FindCrypt.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
FindLIBPARTED.cmake REUSE: (BSD-2-Clause) CMakeModules/ 2020-08-26 02:01:48 +02:00
FindLibPWQuality.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
FindPythonQt.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
FindYAMLCPP.cmake REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
KPMcoreHelper.cmake CMake: add a helper module for finding KPMcore 2020-10-07 00:11:18 +02:00