[Orxonox-commit 7] r2722 - trunk/bin
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Mar 1 17:31:32 CET 2009
Author: rgrieder
Date: 2009-03-01 17:31:32 +0100 (Sun, 01 Mar 2009)
New Revision: 2722
Modified:
trunk/bin/CMakeLists.txt
Log:
Another typo.
Modified: trunk/bin/CMakeLists.txt
===================================================================
--- trunk/bin/CMakeLists.txt 2009-03-01 16:27:56 UTC (rev 2721)
+++ trunk/bin/CMakeLists.txt 2009-03-01 16:31:32 UTC (rev 2722)
@@ -28,7 +28,7 @@
IF(WIN32)
SET(RUN_SCRIPTS run.bat client1.bat client2.bat server.bat)
ELSEIF(UNIX)
- SET(RUN_SCRIPTS run client1 client1 server)
+ SET(RUN_SCRIPTS run client1 client2 server)
ENDIF()
IF(NOT CMAKE_CONFIGURATION_TYPES)
More information about the Orxonox-commit
mailing list