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.
2 parents f7d154c + 95374a0 commit fe5ce20Copy full SHA for fe5ce20
cmake/modules/FindSCOTCH.cmake
@@ -51,6 +51,8 @@
51
# (To distribute this file outside of Morse, substitute the full
52
# License text for the above reference.)
53
54
+set(CMAKE_REQUIRED_QUIET SCOTCH_FIND_QUIETLY)
55
+
56
if (NOT SCOTCH_FOUND)
57
set(SCOTCH_DIR "" CACHE PATH "Installation directory of SCOTCH library")
58
if (NOT SCOTCH_FIND_QUIETLY)
@@ -367,3 +369,5 @@ find_package_handle_standard_args(SCOTCH DEFAULT_MSG
367
369
#
368
370
# TODO: Add possibility to check for specific functions in the library
371
372
373
+unset(CMAKE_REQUIRED_QUIET)
0 commit comments