X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=be820958ae2671b457ceb03e1dc57856c69c26be;hb=e5717efc28b1712a354c18a5b724077426c3a36d;hp=d524e8ccb4c191df4ec38b6eea6e0fdb411baa02;hpb=ca0e77c077c73de27f7528e2fa5c1b9f6bedf471;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d524e8c..be82095 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,10 +25,10 @@ endif(NOT LUGARU_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "${LUGARU_INSTALL_PREFIX}" CACHE INTERNAL "Prefix prepended to install directories" FORCE) -if(WIN32) +if(MINGW) set(OPENGL_gl_LIBRARY "-lopengl32" CACHE STRING "OpenGL library for Win32" FORCE) set(OPENGL_glu_LIBRARY "-lglu32" CACHE STRING "GLU library for Win32" FORCE) -endif(WIN32) +endif(MINGW)