From 5502841bee3708a6e3389bcf364022c1fa853cd0 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 3 Mar 2015 14:54:33 +0000 Subject: [PATCH] set STARPU_LIBRARIES_DEP in pkg-config case --- cmake_modules/morse/find/FindSTARPU.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_modules/morse/find/FindSTARPU.cmake b/cmake_modules/morse/find/FindSTARPU.cmake index f28ce5188..bc8158fbb 100644 --- a/cmake_modules/morse/find/FindSTARPU.cmake +++ b/cmake_modules/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