cpp-utilities/cmake/modules
Martchus 942044ea30 Make cache variable doc string compatible with Qt Creator
The double quotes need to be removed from the doc string. Otherwise, Qt
Creator creates a line like
```
set("EXCLUDE_TESTS_FROM_ALL" "OFF" CACHE "BOOL" "specifies whether to exclude tests from the "all" target (enabled by default)" FORCE)
```
in its `qtcsettings.cmake` which doesn't work because the escaping is
missing.
2020-06-22 22:29:21 +02:00
..
3rdParty.cmake Add opt-outs for additional linker flags to achieve a fully statically linked build 2020-04-27 22:55:06 +02:00
AppTarget.cmake Fix remaining hard-coded install dirs 2020-03-09 10:45:20 +01:00
BasicConfig.cmake Apply cmake-format 0.6.10 2020-04-27 22:59:06 +02:00
ConfigHeader.cmake Apply cmake-format v0.6.0 2019-11-30 17:58:01 +01:00
Doxygen.cmake Require CMake 3.3.0 in all modules 2020-01-10 18:01:13 +01:00
LibraryTarget.cmake Apply cmake-format 0.6.10 2020-04-27 22:59:06 +02:00
ListToString.cmake Require CMake 3.3.0 in all modules 2020-01-10 18:01:13 +01:00
ShellCompletion.cmake Make install directory for bash completion files customizable 2020-02-10 17:22:17 +01:00
TemplateFinder.cmake Require CMake 3.3.0 in all modules 2020-01-10 18:01:13 +01:00
TestTarget.cmake Fix setting test properties for coverage when special target name configured 2020-06-22 22:26:17 +02:00
TestUtilities.cmake Make cache variable doc string compatible with Qt Creator 2020-06-22 22:29:21 +02:00
WindowsResources.cmake Reformat CMake files with cmake-format 0.6.7 2020-01-26 19:24:04 +01:00