From 858c75424a89da9d162ac2aa9c300a36a69e7008 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <fpruvost@inria.fr> Date: Tue, 3 Mar 2015 15:56:18 +0100 Subject: [PATCH] set STARPU_LIBRARIES_DEP in pkg-config case --- CMakeModules/morse/find/FindSTARPU.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeModules/morse/find/FindSTARPU.cmake b/CMakeModules/morse/find/FindSTARPU.cmake index f28ce5188..bc8158fbb 100644 --- a/CMakeModules/morse/find/FindSTARPU.cmake +++ b/CMakeModules/morse/find/FindSTARPU.cmake @@ -231,6 +231,7 @@ if(PKG_CONFIG_EXECUTABLE) endif() set(STARPU_INCLUDE_DIRS_DEP "${STARPU_INCLUDE_DIRS}") set(STARPU_LIBRARY_DIRS_DEP "${STARPU_LIBRARY_DIRS}") + set(STARPU_LIBRARIES_DEP "${STARPU_LIBRARIES}") endif() -- GitLab