Skip to content

COMP: Update imstkSolveDependencies module based on commontk/Artichoke@101b332f4

This commit fixes configuration of Eigen3 external project issue using CMake 3.23.0-rc1. See discussion at cmake/cmake#23238 (closed)

It removes obsolete setting of CMAKE_GENERATOR_* variables in add_external_project_ex, indeed these variables are now automatically passed to projects from within the updated SolveDependencies CMake module.

Changes adapted from Kitware/iMSTK@359400116

Edited by Jean-Christophe Fillion-Robin

Merge request reports