Skip to content

Commit 33b6c2b

Browse files
committed
As the v5.2.1 is broken on Windows, we roll back to previous version
1 parent de8d13d commit 33b6c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ set(SOURCE_FILES
1818

1919
find_package(Sofa.Component.LinearSolver.Direct REQUIRED)
2020

21-
find_package(metis 5.2.1 EXACT QUIET)
21+
find_package(metis 5.1.0 EXACT QUIET)
2222
if(NOT metis_FOUND AND SOFA_ALLOW_FETCH_DEPENDENCIES)
2323
message("Sofa.Metis: DEPENDENCY metis NOT FOUND. SOFA_ALLOW_FETCH_DEPENDENCIES is ON, fetching metis...")
2424
sofa_fetch_dependency(metis
2525
GIT_REPOSITORY https://github.com/sofa-framework/METIS
26-
GIT_TAG v5.2.1-ModernInstall
26+
GIT_TAG v5.1.0-ModernInstall
2727
)
2828
elseif (NOT metis_FOUND)
2929
message(FATAL_ERROR "Sofa.Metis: DEPENDENCY metis NOT FOUND. SOFA_ALLOW_FETCH_DEPENDENCIES is OFF and thus cannot be fetched. Install metis (version=5.2.1), or enable SOFA_ALLOW_FETCH_DEPENDENCIES to fix this issue.")

0 commit comments

Comments
 (0)