From: Maximilien Siavelis Date: Thu, 28 Sep 2017 09:30:50 +0000 (+0200) Subject: replace scotch by ptscotch X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be48b1a33aec51fa6370b35d47e52b31d8c3bf39;p=tools%2Fconfiguration.git replace scotch by ptscotch --- diff --git a/cmake/FindScotch.cmake b/cmake/FindScotch.cmake index 60612ef..90c9473 100644 --- a/cmake/FindScotch.cmake +++ b/cmake/FindScotch.cmake @@ -26,8 +26,8 @@ IF(SCOTCH_ROOT_DIR) LIST(APPEND CMAKE_PREFIX_PATH "${SCOTCH_ROOT_DIR}") ENDIF(SCOTCH_ROOT_DIR) -FIND_LIBRARY(SCOTCH_LIBRARIES scotch) -FIND_LIBRARY(SCOTCH_ERR_LIBRARIES scotcherr) +FIND_LIBRARY(SCOTCH_LIBRARIES ptscotch) +FIND_LIBRARY(SCOTCH_ERR_LIBRARIES ptscotcherr) SET(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${SCOTCH_ERR_LIBRARIES}) FIND_PATH(SCOTCH_INCLUDE_DIRS scotch.h PATH_SUFFIXES "/scotch")