From b819790e6add09d4d536a0d0b30ced94d2ca49ca Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 14 Oct 2016 13:22:02 +0000 Subject: [PATCH] chameleon: enrich the dependencies between chameleon_parsec lib and parsec libs with the _DEP variable coming from morse finds --- runtime/parsec/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt index 064ac0d39..37624f0a7 100644 --- a/runtime/parsec/CMakeLists.txt +++ b/runtime/parsec/CMakeLists.txt @@ -170,7 +170,7 @@ add_library(chameleon_parsec ${RUNTIME_SRCS}) set_property(TARGET chameleon_parsec PROPERTY LINKER_LANGUAGE Fortran) set_property(TARGET chameleon_parsec PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib") -target_link_libraries(chameleon_parsec coreblas ${PARSEC_LIBRARIES}) +target_link_libraries(chameleon_parsec coreblas ${PARSEC_LIBRARIES_DEP}) if(CHAMELEON_USE_CUDA OR CHAMELEON_USE_MAGMA) target_link_libraries(chameleon_parsec cudablas) endif(CHAMELEON_USE_CUDA OR CHAMELEON_USE_MAGMA) -- GitLab