diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-31 23:02:34 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-31 23:02:34 (GMT) |
commit | 3f1cb83f4b267db351842ed2a9e2640fac3045db (patch) | |
tree | 4a99e11d8eca6aed33e32fe5933332ae94f246fe /tests/FindGLEW.cmake | |
parent | 3d686118bbced68f9a9af69339e2998b28139756 (diff) |
various tweaks for cross compiling tests under mingw
Diffstat (limited to 'tests/FindGLEW.cmake')
-rw-r--r-- | tests/FindGLEW.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FindGLEW.cmake b/tests/FindGLEW.cmake index 42b06ff..286fae8 100644 --- a/tests/FindGLEW.cmake +++ b/tests/FindGLEW.cmake @@ -17,7 +17,7 @@ IF (WIN32 AND MSVC) ELSE () SET(GLEW_LIB_SEARCH_NAME glew32.lib) # other. untested with OpenSCAD ENDIF() -ELSEIF () # GCC +ELSE () # GCC SET(GLEW_LIB_SEARCH_NAME "libglew32s.a") ENDIF () |