Skip to content

Commit 5e63fbb

Browse files
committed
Merge pull request arrayfire#1292 from jpauwels/patch-1
Search for GLEWmx in default paths too
2 parents fd660a0 + 0a0f6e3 commit 5e63fbb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CMakeModules/FindGLEWmx.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ ELSE (WIN32)
5555
/sw/lib
5656
/opt/local/lib
5757
${GLEW_ROOT_DIR}/lib
58-
NO_DEFAULT_PATH
5958
DOC "The GLEWmx library")
6059

6160
SET(PX ${CMAKE_STATIC_LIBRARY_PREFIX})
@@ -72,7 +71,6 @@ ELSE (WIN32)
7271
/sw/lib
7372
/opt/local/lib
7473
${GLEW_ROOT_DIR}/lib
75-
NO_DEFAULT_PATH
7674
DOC "The GLEWmx library")
7775
UNSET(PX)
7876
UNSET(SX)

0 commit comments

Comments
 (0)