[arrayfire] 40/75: Search for GLEWmx in default paths too
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:01:14 UTC 2016
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 0a0f6e3680a21948c677796c89e0dc94d83ccef8
Author: Johan Pauwels <johan.pauwels at gmail.com>
Date: Sat Feb 20 22:29:43 2016 +0100
Search for GLEWmx in default paths too
Is there a reason the search needs to be limited to those specific locations? CMake now can't find the GLEW I installed under $HOME (even though I added it to CMAKE_SYSTEM_PREFIX_PATH).
---
CMakeModules/FindGLEWmx.cmake | 2 --
1 file changed, 2 deletions(-)
diff --git a/CMakeModules/FindGLEWmx.cmake b/CMakeModules/FindGLEWmx.cmake
index b90919e..a6da72b 100644
--- a/CMakeModules/FindGLEWmx.cmake
+++ b/CMakeModules/FindGLEWmx.cmake
@@ -55,7 +55,6 @@ ELSE (WIN32)
/sw/lib
/opt/local/lib
${GLEW_ROOT_DIR}/lib
- NO_DEFAULT_PATH
DOC "The GLEWmx library")
SET(PX ${CMAKE_STATIC_LIBRARY_PREFIX})
@@ -72,7 +71,6 @@ ELSE (WIN32)
/sw/lib
/opt/local/lib
${GLEW_ROOT_DIR}/lib
- NO_DEFAULT_PATH
DOC "The GLEWmx library")
UNSET(PX)
UNSET(SX)
--
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