1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-15 14:09:06 +00:00
This commit is contained in:
fgenesis 2011-08-11 04:50:14 +02:00
parent 2e4e2941db
commit 6df593975f

View file

@ -15,7 +15,7 @@ ENDIF(APPLE)
# HACK: in case mingw is not correctly detected, fix this.
IF(${CMAKE_GENERATOR} MATCHES ".*[mM][iI][nN][gG][wW].*") # really ugly hack to match "mingw" case-insensitive
set(MINGW 1)
message(STATUS "!! Using MinGW hack !!")
message(STATUS "MinGW detection hack - we are using MinGW")
ENDIF()
IF(WIN32)