mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
oops
This commit is contained in:
parent
2e4e2941db
commit
6df593975f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue