We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f5547 commit b8ef69fCopy full SHA for b8ef69f
cmake/FindHipoDeps.cmake
@@ -13,7 +13,7 @@ message(STATUS "METIS_ROOT is " ${METIS_ROOT})
13
14
find_package(metis CONFIG)
15
16
-if(METIS_FOUND)
+if(metis_FOUND)
17
message(STATUS "metis CMake config path: ${metis_DIR}")
18
else()
19
find_path(METIS_PATH
0 commit comments