Closed petricf closed 1 month ago
Build step:
ninja -f build-Debug.ninja ninja -f build-Release.ninja
Install:
ninja -f build-Debug.ninja install ninja -f build-Release.ninja install
Is this correct ?
If so it should be documented in Building.md.
I think something changes in recent CMake releases. Will update the docs. Workflows are still recommended build procedure though, will also clarify in the docs.
The trick should be to set CMAKE_DEFAULT_CONFIGS=all
. Will put it in docs.
Describe the bug According the guide at https://github.com/maplibre/maplibre-native-qt/blob/main/docs/Building.md (as i understand it) the command
should build the release AND the debug files. But the release files are built only.
A test install shows this fact also.
To Reproduce Steps to reproduce the behavior:
Expected behavior Debug files should be built also
Screenshots Output of cmake step:
Platform information (please complete the following information):
Additional context Remark: If i skip the CMAKE_CONFIGURATION_TYPES option the debug files are created but not the release ones.
Output of ninja run: