[arrayfire] 130/284: Not building info for unified. backend does the same as info
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit de4851d06784984ece5c476ad84e4856da4b70c2
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Thu Dec 31 11:12:47 2015 -0500
Not building info for unified. backend does the same as info
---
test/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d341164..3b7b42c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -120,8 +120,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
FILE(GLOB FILES "*.cpp" "*.c")
LIST(SORT FILES) # Tests execute in alphabetical order
-# We only build info.cpp and backend.cpp for Unified backend
-SET(UNIFIED_FILES "backend.cpp;info.cpp")
+# We only build backend.cpp for Unified backend
+SET(UNIFIED_FILES "backend.cpp")
LIST(SORT UNIFIED_FILES) # Tests execute in alphabetical order
# Next we build each example using every backend.
--
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