Open volkm opened 2 months ago
When Eigen is rebuilt (for example through changing CMakeLists.txt) the patch step through git apply fails because the patch was already applied before.
CMakeLists.txt
git apply
Workaround: remove the directory build/resources/3rdparty/StormEigen-3.4.1alpha/.
build/resources/3rdparty/StormEigen-3.4.1alpha/
When Eigen is rebuilt (for example through changing
CMakeLists.txt
) the patch step throughgit apply
fails because the patch was already applied before.Workaround: remove the directory
build/resources/3rdparty/StormEigen-3.4.1alpha/
.