From b1c48bc17b6ea9f9d452cd11cb42bf0dab9e8ec6 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 14 Sep 2017 16:02:04 +0200
Subject: [PATCH] add PARSEC in comment

---
 modules/find/FindPASTIX.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/find/FindPASTIX.cmake b/modules/find/FindPASTIX.cmake
index affe6f5..40dfc63 100644
--- a/modules/find/FindPASTIX.cmake
+++ b/modules/find/FindPASTIX.cmake
@@ -716,7 +716,7 @@ if(PASTIX_LIBRARIES)
       message(STATUS "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}")
       message(STATUS "Check in CMakeFiles/CMakeError.log to figure out why it fails")
       message(STATUS "Maybe PASTIX is linked with specific libraries. "
-        "Have you tried with COMPONENTS (MPI/SEQ, STARPU, STARPU_CUDA, SCOTCH, PTSCOTCH, METIS)? "
+        "Have you tried with COMPONENTS (MPI/SEQ, PARSEC, STARPU, STARPU_CUDA, SCOTCH, PTSCOTCH, METIS)? "
         "See the explanation in FindPASTIX.cmake.")
     endif()
   endif()
-- 
GitLab