| Summary: | Support Ninja Multi-Config CMake generator | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | krizdjali+kdebugs |
| Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.7.211203 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
krizdjali+kdebugs
2024-03-07 16:37:36 UTC
Something else worth noting is that the CMAKE_DEFAULT_BUILD_TYPE workaround isn't enough on its own. It means the right configuration will get built, but when debugging, it always uses the Debug configuration rather than the one from CMAKE_DEFAULT_BUILD_TYPE or CMAKE_BUILD_TYPE. I'd imagine this would be because when it inspects the compile commands CMake's exported, it just uses the first output path it sees for each target. |