aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindMetis.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindMetis.cmake')
-rw-r--r--cmake/FindMetis.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindMetis.cmake b/cmake/FindMetis.cmake
index e0040d320..6a0ce790c 100644
--- a/cmake/FindMetis.cmake
+++ b/cmake/FindMetis.cmake
@@ -26,7 +26,7 @@ macro(_metis_check_version)
string(REGEX MATCH "define[ \t]+METIS_VER_SUBMINOR[ \t]+([0-9]+)" _metis_subminor_version_match "${_metis_version_header}")
set(METIS_SUBMINOR_VERSION "${CMAKE_MATCH_1}")
if(NOT METIS_MAJOR_VERSION)
- message(WARNING "Could not determine Metis version. Assuming version 4.0.0")
+ message(STATUS "Could not determine Metis version. Assuming version 4.0.0")
set(METIS_VERSION 4.0.0)
else()
set(METIS_VERSION ${METIS_MAJOR_VERSION}.${METIS_MINOR_VERSION}.${METIS_SUBMINOR_VERSION})