From cb048ebffc601f163b81d847022d7c2a2e59e27e Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 19 Jul 2018 16:25:04 +0200 Subject: [PATCH] parsec is the only lib required now --- modules/find/FindPARSEC.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/find/FindPARSEC.cmake b/modules/find/FindPARSEC.cmake index d8f5786..0dc44ab 100644 --- a/modules/find/FindPARSEC.cmake +++ b/modules/find/FindPARSEC.cmake @@ -399,7 +399,7 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR (PKG_CONFIG_EXECUTABLE AND NOT PARSEC_FOUND) # ---------------------------------------------- # create list of libs to find - set(PARSEC_libs_to_find "parsec" "parsec-base" "parsec_distribution" "parsec_distribution_matrix") + set(PARSEC_libs_to_find "parsec") # call cmake macro to find the lib path if(PARSEC_LIBDIR) -- GitLab