Skip to content
Snippets Groups Projects
Commit f459524d authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files

Merge

parents d681ea89 0836d1b1
No related branches found
No related tags found
No related merge requests found
...@@ -1643,7 +1643,14 @@ if (WINDOWS) ...@@ -1643,7 +1643,14 @@ if (WINDOWS)
endif (PACKAGE) endif (PACKAGE)
endif (WINDOWS) endif (WINDOWS)
# *NOTE - this list is very sensitive to ordering, test carefully on all
# platforms if you change the releative order of the entries here.
# In particular, cmake 2.6.4 (when buidling with linux/makefile generators)
# appears to sometimes de-duplicate redundantly listed dependencies improperly.
# To work around this, higher level modules should be listed before the modules
# that they depend upon. -brad
target_link_libraries(${VIEWER_BINARY_NAME} target_link_libraries(${VIEWER_BINARY_NAME}
${UPDATER_LIBRARIES}
${LLAUDIO_LIBRARIES} ${LLAUDIO_LIBRARIES}
${LLCHARACTER_LIBRARIES} ${LLCHARACTER_LIBRARIES}
${LLIMAGE_LIBRARIES} ${LLIMAGE_LIBRARIES}
...@@ -1680,7 +1687,6 @@ target_link_libraries(${VIEWER_BINARY_NAME} ...@@ -1680,7 +1687,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${OPENSSL_LIBRARIES} ${OPENSSL_LIBRARIES}
${CRYPTO_LIBRARIES} ${CRYPTO_LIBRARIES}
${LLLOGIN_LIBRARIES} ${LLLOGIN_LIBRARIES}
${UPDATER_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES} ${GOOGLE_PERFTOOLS_LIBRARIES}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment