Tim Kaune
Tim Kaune
We have also experienced this. Even if you specify a vs-excess of, let's say, 20 (10 above and 10 below the visible content), rendering of the next item happens when...
Thanks for the fast reply! I came up with this solution for the time being: ```cmake macro (generate_export_header_shared _target_name _export_header_relative_path) if (NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/${_export_header_relative_path}") include(GenerateExportHeader) message(CHECK_START "Generating export header") get_target_property("_${_target_name}_SOURCES"...
To comment on your suggestions: > 1. We could call this a CMake bug and try to work with the maintainers to: > 1. Always have `generate_export_header` generate the same...
Upstream issue has been opened: https://gitlab.kitware.com/cmake/cmake/-/issues/23195