summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: remove dependency to bash-completionSamuli Piippo2020-09-211-0/+1
| | | | | | | bash-completion pulls in ncurses which does not build for mingw. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* cmake: Remove toolchain append3.2_M2Joshua Watt2020-07-211-6/+0
| | | | | | | | Now that cmake.bbclass in OE-core correctly accounts for MinGW hosts, it is no longer necessary to manually specify that CMAKE_SYSTEM_NAME as "Windows" Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* cmake: add support for building nativesdk-cmakeSamuli Piippo2018-11-201-0/+7
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>