summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2011-12-03 19:17:41 -0500
committerNaram Qashat <cyberbotx@cyberbotx.com>2011-12-03 19:17:41 -0500
commitc80e7844b7fc76de944e338dd0c2634df054cf44 (patch)
tree02b8815787d9a98df50eca57bb966cd24db1d516 /modules
parent620c08bd7a438126439310a66df539af015bddf0 (diff)
Attempt to fix issue with modules having their link libraries in the wrong order.
Diffstat (limited to 'modules')
-rw-r--r--modules/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 6fa017fd6..e3156de4f 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -85,6 +85,8 @@ foreach(MODULE_FOLDER ${MODULES_FOLDERS})
if(WIN32)
target_link_libraries(${SO} ${PROGRAM_NAME} wsock32 Ws2_32 ${WIN32_MEMORY} ${TEMP_DEPENDENCIES})
set_target_properties(${PROGRAM_NAME} PROPERTIES VERSION "${VERSION_DOTTED}")
+ else(WIN32)
+ target_link_libraries(${SO} ${PROGRAM_NAME} ${TEMP_DEPENDENCIES})
endif(WIN32)
# Set the module to be installed to the module directory under the data directory
install(TARGETS ${SO}