calamares/CMakeModules
Adriaan de Groot 38ec357bd5 CMake: simplify development-version string
- merge the (not-installed) date-stamp and git-version
  files into ExtendedVersion, turn things into functions
- drop support for CVS (wut?)
- don't mention the branch, in git-versioning, because the
  hash is enough to find whatever
- don't need external program to find date, use `string(TIMESTAMP...)`
..
BoostPython3.cmake REUSE: Giant boilerplate cleanup
CMakeColors.cmake REUSE: Giant boilerplate cleanup
CalamaresAddBrandingSubdirectory.cmake REUSE: Giant boilerplate cleanup
CalamaresAddLibrary.cmake REUSE: Giant boilerplate cleanup
CalamaresAddModuleSubdirectory.cmake CMake: move check for skipped-modules to all subdirs
CalamaresAddPlugin.cmake CMake: split out skip-module-checking to its own cmake module
CalamaresAddTest.cmake CMake: comment on BUILD_AS_TEST
CalamaresAddTranslations.cmake i18n: check for gettext rather than just calling msgfmt
CalamaresAutomoc.cmake REUSE: Giant boilerplate cleanup
CalamaresCheckModuleSelection.cmake CMake: split out skip-module-checking to its own cmake module
ExtendedVersion.cmake CMake: simplify development-version string
FindCrypt.cmake REUSE: Giant boilerplate cleanup
FindLIBPARTED.cmake REUSE: (BSD-2-Clause) CMakeModules/
FindLibPWQuality.cmake REUSE: Giant boilerplate cleanup
FindPythonQt.cmake REUSE: Giant boilerplate cleanup
FindYAMLCPP.cmake REUSE: Giant boilerplate cleanup
KPMcoreHelper.cmake CMake: add a helper module for finding KPMcore