[arrayfire] 33/248: Corrected BUILD_ALL cmake macro arguments

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:51 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 7b17460a5bfa06acafff11c752afe27e1aab3f7c
Author: Pradeep <pradeep at arrayfire.com>
Date:   Mon Aug 31 23:21:26 2015 -0400

    Corrected BUILD_ALL cmake macro arguments
---
 examples/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 0456c59..da88932 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -74,14 +74,14 @@ ADD_DEFINITIONS("-DASSETS_DIR=\"${ASSETS_DIR}\"")
 IF(${ArrayFire_HAPI_FOUND})
     MESSAGE(STATUS "HAPI examples")
     IF(WIN32)
-        BUILD_ALL("${HAPI_FILES}" hapi ${ArrayFire_HAPI_LIBRARIES})
+        BUILD_ALL("${HAPI_FILES}" hapi ${ArrayFire_HAPI_LIBRARIES} "")
     ELSE()
         BUILD_ALL("${HAPI_FILES}" hapi ${ArrayFire_HAPI_LIBRARIES} dl)
     ENDIF()
 ELSEIF(TARGET af)
     MESSAGE(STATUS "HAPI examples")
     IF(WIN32)
-        BUILD_ALL("${HAPI_FILES}" hapi af)
+        BUILD_ALL("${HAPI_FILES}" hapi af "")
     ELSE()
         BUILD_ALL("${HAPI_FILES}" hapi af dl)
     ENDIF()

-- 
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