mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-13 09:50:45 +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.
|
# 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
|
IF(${CMAKE_GENERATOR} MATCHES ".*[mM][iI][nN][gG][wW].*") # really ugly hack to match "mingw" case-insensitive
|
||||||
set(MINGW 1)
|
set(MINGW 1)
|
||||||
message(STATUS "!! Using MinGW hack !!")
|
message(STATUS "MinGW detection hack - we are using MinGW")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue