[arrayfire] 06/61: Add missing linkage with libdl

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:54:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 1b0ef66cd28f9dba9230d9f3c160425e2996783c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Nov 19 16:09:17 2015 +0000

    Add missing linkage with libdl
---
 src/api/unified/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api/unified/CMakeLists.txt b/src/api/unified/CMakeLists.txt
index 179293c..917c6dc 100644
--- a/src/api/unified/CMakeLists.txt
+++ b/src/api/unified/CMakeLists.txt
@@ -55,6 +55,8 @@ IF(${BUILD_OPENCL})
     ADD_DEPENDENCIES(af afopencl)
 ENDIF()
 
+TARGET_LINK_LIBRARIES(af ${CMAKE_DL_LIBS})
+
 SET_TARGET_PROPERTIES(af PROPERTIES
                       VERSION "${AF_VERSION}"
                       SOVERSION "${AF_VERSION_MAJOR}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list