[Orxonox-commit 3970] r8644 - code/branches/unity_build/src
rgrieder at orxonox.net
rgrieder at orxonox.net
Sat May 28 18:46:19 CEST 2011
Author: rgrieder
Date: 2011-05-28 18:46:18 +0200 (Sat, 28 May 2011)
New Revision: 8644
Modified:
code/branches/unity_build/src/CMakeLists.txt
Log:
Removed warning about a problem that doesn't actually exist.
Modified: code/branches/unity_build/src/CMakeLists.txt
===================================================================
--- code/branches/unity_build/src/CMakeLists.txt 2011-05-28 16:45:14 UTC (rev 8643)
+++ code/branches/unity_build/src/CMakeLists.txt 2011-05-28 16:46:18 UTC (rev 8644)
@@ -65,10 +65,6 @@
REMOVE_LINKER_FLAGS("-INCREMENTAL:YES" Debug)
ADD_LINKER_FLAGS ("-INCREMENTAL:NO" Debug)
ENDIF()
- IF(ENABLE_BUILD_UNITS)
- # Build units seem to generate 'memory leaks' with static variables
- MESSAGE("Warning: You should disable build units when using VLD!")
- ENDIF()
ENDIF()
ENDIF()
More information about the Orxonox-commit
mailing list