diff --git a/cmake/modules/FindMETIS.cmake b/cmake/modules/FindMETIS.cmake index 8aa3efdc3f71b0c34afe0ff008ff50b2e6ae9d8a..1a084e69df684c45d21e57fe8ee2c69e03715586 100644 --- a/cmake/modules/FindMETIS.cmake +++ b/cmake/modules/FindMETIS.cmake @@ -73,6 +73,7 @@ mark_as_advanced(METIS_INCLUDE_DIR METIS_LIBRARIES METIS_LIB_NAME) if(METIS_FOUND) set(METIS_INCLUDE_DIRS ${METIS_INCLUDE_DIR}) set(METIS_LIBRARIES ${METIS_LIBRARY}) + set(HAVE_METIS ${METIS_FOUND}) # log result file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log "Determing location of METIS succeded:\n"