Take out MinGW error preventing Linux from being detected.

This commit is contained in:
Gymnasiast 2015-09-20 11:47:01 +02:00
parent 22196d931d
commit 48ef64c913
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
SET(CMAKE_SYSTEM_NAME Windows)
SET(COMPILER_PREFIX i686-w64-mingw32)
SET(CMAKE_C_COMPILER ${COMPILER_PREFIX}-gcc)
SET(CMAKE_CXX_COMPILER ${COMPILER_PREFIX}-c++)