summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-11-25 21:36:41 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-11-25 21:36:41 +0100
commit6c6f2924388a1f7c1d449d598785fd8c218aeea2 (patch)
tree21e77d994305b8a454ac4747385bb181987d01bf /cmake
parentaab79c6b5dc33f2a0f88b42a5308e79aeeb92b2c (diff)
downloadcolobot-6c6f2924388a1f7c1d449d598785fd8c218aeea2.tar.gz
colobot-6c6f2924388a1f7c1d449d598785fd8c218aeea2.tar.bz2
colobot-6c6f2924388a1f7c1d449d598785fd8c218aeea2.zip
Fix for msys build
Diffstat (limited to 'cmake')
-rw-r--r--cmake/msys.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/msys.cmake b/cmake/msys.cmake
index 26b25b2..230ceb6 100644
--- a/cmake/msys.cmake
+++ b/cmake/msys.cmake
@@ -8,5 +8,4 @@ if (MSYS AND (NOT MXE))
set(COLOBOT_CXX_FLAGS "${COLOBOT_CXX_FLAGS} -U__STRICT_ANSI__") # fixes putenv()
set(USE_SDL_MAIN 1) # fixes SDL_main
- set(DESKTOP OFF) # MSYS doesn't have the necessary tools
endif()