[ufo-core] 02/02: do not check for OpenCL (the check is broken on Debian)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Nov 30 20:55:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch patch-queue/master
in repository ufo-core.
commit 6d6c16740842df8c04d8bb70392116e9a793d7a7
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Jul 27 09:44:46 2013 +0200
do not check for OpenCL (the check is broken on Debian)
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a608d96..3b83ac3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ endif ()
# These packages are required in all sub-directories because Glib and GObject is
# part of the API/ABI.
-find_package(OpenCL REQUIRED)
+#find_package(OpenCL REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GLIB2 glib-2.0>=2.22 REQUIRED)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ufo-core.git
More information about the debian-science-commits
mailing list