Navigation Menu

Skip to content

Commit

Permalink
Revert "spring-multithreaded --> spring"
Browse files Browse the repository at this point in the history
Because of #3588

This reverts commit fdb0734.
  • Loading branch information
abma committed Mar 17, 2013
1 parent 69a84fa commit aaed2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rts/builds/default/CMakeLists.txt
Expand Up @@ -94,7 +94,7 @@ MakeGlobal(engineIncludes)
### Build the executable
ADD_EXECUTABLE(engine-default ${EXE_FLAGS} ${engineSources} ${ENGINE_ICON} ${engineHeaders})
TARGET_LINK_LIBRARIES(engine-default ${engineLibraries})
SET_TARGET_PROPERTIES(engine-default PROPERTIES OUTPUT_NAME "spring-singlethreaded")
SET_TARGET_PROPERTIES(engine-default PROPERTIES OUTPUT_NAME "spring")


### Install the executable
Expand Down
2 changes: 1 addition & 1 deletion rts/builds/multithreaded/CMakeLists.txt
Expand Up @@ -42,7 +42,7 @@ INCLUDE_DIRECTORIES(${engineIncludes})
### Build the executable
ADD_EXECUTABLE(engine-multithreaded ${EXE_FLAGS} ${engineSources} ${ENGINE_ICON_GML} ${engineHeaders})
TARGET_LINK_LIBRARIES(engine-multithreaded gml ${engineLibraries})
SET_TARGET_PROPERTIES(engine-multithreaded PROPERTIES OUTPUT_NAME "spring")
SET_TARGET_PROPERTIES(engine-multithreaded PROPERTIES OUTPUT_NAME "spring-multithreaded")


### Install the executable
Expand Down

0 comments on commit aaed2cb

Please sign in to comment.