summaryrefslogtreecommitdiffstats
path: root/CMAKE_CONFIGURE
AgeCommit message (Collapse)Author
2016-03-12CMAKE_CONFIGURE - fix typTreeve Jelbert
2016-03-11CMAKE_CONFIGURE: Default to "Unix Makefiles" for CMAKE_GENEric Sandall
Error without ninja installed: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. Override CMAKE_GEN based on status of the ninja package. Since we make this persistent (for subsequent files such as BUILD to see CMAKE_GEN) if we accept a pre-defined value, then once we've cast with or without ninja, forever will this dominate our destiny. Or something.
2016-01-01support ninja-build-system in cmake build;Treeve Jelbert
this is enabled for all kde and qt5-cmake spells to use it, source CMAKE_CONFIGURE in CONFIGURE and use cmake-{build,install}
2015-04-25improve cmake builds, allow choice of prefixTreeve Jelbert
prepare for kde5 frameworks/plasma/apps