summaryrefslogtreecommitdiffstats
path: root/src/CBot
diff options
context:
space:
mode:
authorMarcin Zawadzki <zaba.marcin@gmail.com>2013-01-05 23:03:26 +0100
committerMarcin Zawadzki <zaba.marcin@gmail.com>2013-01-05 23:03:26 +0100
commitff5c89085415a370911793d5764dfb694fc43b7d (patch)
tree77d5a07b74fc683b1e6afb45e80c39dc23a45ce7 /src/CBot
parentfff9d235e49f5957e6d84b4774ca42c1a6cbcd35 (diff)
downloadcolobot-ff5c89085415a370911793d5764dfb694fc43b7d.tar.gz
colobot-ff5c89085415a370911793d5764dfb694fc43b7d.tar.bz2
colobot-ff5c89085415a370911793d5764dfb694fc43b7d.zip
Small fix in detecting language. Fixes needed to compile code using clang
Diffstat (limited to 'src/CBot')
-rw-r--r--src/CBot/tests/CBot_console/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CBot/tests/CBot_console/CMakeLists.txt b/src/CBot/tests/CBot_console/CMakeLists.txt
index 9f0f244..f76dedf 100644
--- a/src/CBot/tests/CBot_console/CMakeLists.txt
+++ b/src/CBot/tests/CBot_console/CMakeLists.txt
@@ -8,7 +8,6 @@ if(NOT CMAKE_BUILD_TYPE)
endif(NOT CMAKE_BUILD_TYPE)
# Global compile flags
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wold-style-cast -std=gnu++0x")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
set(CMAKE_CXX_FLAGS_DEBUG "-g -O0")