[arrayfire] 07/26: fix #828: remove unnecessary include of a cmake module
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 7 13:59:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository arrayfire.
commit 36ab51c95fe7a62cdd213dbce5ba32ce16e05c9e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Jun 18 16:36:31 2015 +0100
fix #828: remove unnecessary include of a cmake module
---
src/backend/cpu/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/backend/cpu/CMakeLists.txt b/src/backend/cpu/CMakeLists.txt
index a1a416d..010cce8 100644
--- a/src/backend/cpu/CMakeLists.txt
+++ b/src/backend/cpu/CMakeLists.txt
@@ -31,8 +31,6 @@ FIND_PACKAGE(FFTW REQUIRED)
MESSAGE(STATUS "FFTW Found ? ${FFTW_FOUND}")
MESSAGE(STATUS "FFTW Library: ${FFTW_LIBRARIES}")
-INCLUDE("${CMAKE_MODULE_PATH}/FindGLEWmx.cmake")
-
IF(APPLE)
FIND_PACKAGE(LAPACK)
ELSE(APPLE) # Linux and Windows
--
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