Skip to content

Commit e89f046

Browse files
committed
Merge branch 'master' into develop
2 parents a04cc90 + fe5ce20 commit e89f046

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cmake/modules/FindSCOTCH.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
# (To distribute this file outside of Morse, substitute the full
5252
# License text for the above reference.)
5353

54+
set(CMAKE_REQUIRED_QUIET SCOTCH_FIND_QUIETLY)
55+
5456
if (NOT SCOTCH_FOUND)
5557
set(SCOTCH_DIR "" CACHE PATH "Installation directory of SCOTCH library")
5658
if (NOT SCOTCH_FIND_QUIETLY)
@@ -367,3 +369,5 @@ find_package_handle_standard_args(SCOTCH DEFAULT_MSG
367369
#
368370
# TODO: Add possibility to check for specific functions in the library
369371
#
372+
373+
unset(CMAKE_REQUIRED_QUIET)

0 commit comments

Comments
 (0)