Besides looking in PATH, it also searches in CMake's standard installation dirs on Windows.
Details
Details
- Reviewers
mwolff - Group Reviewers
KDevelop - Maniphest Tasks
- T598: Windows: Make sure CMake location is configurable
Diff Detail
Diff Detail
- Repository
- R32 KDevelop
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
please change the minor nitpick, otherwise +1
projectmanagers/cmake/cmakeutils.cpp | ||
---|---|---|
277 | please wrap that in if Q_OS_WINDOWS or however the macro is there. we don#t want to run this on Linux, if cmake is not installed. |