[arrayfire] 150/408: Suppress FIND output for non-essential libraries.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:42 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 5ad9ada4765b406f655673c94cdf98f49daa8790
Author: Brian Kloppenborg <brian at kloppenborg.net>
Date:   Tue Jul 14 14:25:49 2015 -0400

    Suppress FIND output for non-essential libraries.
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 244c764..99d0876 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,13 +13,13 @@ OPTION(BUILD_GTEST "Download gtest and check for updates. Necessary if you chang
 
 OPTION(BUILD_CPU "Build ArrayFire with a CPU backend" ON)
 
-FIND_PACKAGE(CUDA)
+FIND_PACKAGE(CUDA QUIET)
 IF(${CUDA_FOUND})
     SET(BUILD_CUDA ON CACHE BOOL "")
 ENDIF(${CUDA_FOUND})
 OPTION(BUILD_CUDA "Build ArrayFire with a CUDA backend" OFF)
 
-FIND_PACKAGE(OpenCL)
+FIND_PACKAGE(OpenCL QUIET)
 IF(${OpenCL_FOUND})
     SET(BUILD_OPENCL ON CACHE BOOL "")
 ENDIF(${OpenCL_FOUND})

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