mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Add inheritance support for configure preset fields that were missing from ConfigurePreset::VisitPresetInherit: debugOutput, debugTryCompile, debugFind, trace mode, trace format, trace source, and trace redirect. Add tests verifying that these fields propagate correctly from parent to child presets, including override cases. Fixes: #27766
2 lines
49 B
CMake
2 lines
49 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/NoDebug.cmake)
|