Skip to content

vtkUndefinedSymbolsAllowed: trust initial configure caching

Ben Boeckel requested to merge ben.boeckel/vtk:fix-hash-check-validation into master

On the initial configure when setting vtk_undefined_symbols_allowed on the command line, the hash would fail and the logic would unset the preference. Instead, only unset if we've had a hash check before. This still forces a recheck if CMAKE_SHARED_LINKER_FLAGS changes in a future configure.

Merge request reports