Skip to content

iOS build: remove previous configurations when configuring

Tim Thirion requested to merge timt/vtk:fix-ios-build into master

This fixes an issue with the iOS build where architectures specified in previous CMake configs were always built, even if they were removed from subsequent configs.

Merge request reports