| 362 | } |
| 363 | |
| 364 | void setCurrentCMakeExecutable(KDevelop::IProject* project, const KDevelop::Path& path) |
| 365 | { |
| 366 | // maintain compatibility with older versions for now |
| 367 | writeBuildDirParameter(project, Config::Specific::cmakeBinaryKey, path.toLocalFile()); |
| 368 | writeBuildDirParameter(project, Config::Specific::cmakeExecutableKey, path.toLocalFile()); |
| 369 | } |
| 370 | |
| 371 | void setCurrentBuildDir( KDevelop::IProject* project, const KDevelop::Path& path ) |
| 372 | { |
no test coverage detected