aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorArmin Weatherwax2009-11-27 13:26:30 +0100
committerJacek Antonelli2009-11-27 18:13:24 -0600
commitcd601765a4f36b315420b12733fb297a0a7ee7f7 (patch)
tree11e2cf6ce2eed08a359ee0fd8dd83e163266cd9d
parentPort of objectbackup to 1.23 source tree: fixed LLAPRFile changes (diff)
downloadmeta-impy-cd601765a4f36b315420b12733fb297a0a7ee7f7.zip
meta-impy-cd601765a4f36b315420b12733fb297a0a7ee7f7.tar.gz
meta-impy-cd601765a4f36b315420b12733fb297a0a7ee7f7.tar.bz2
meta-impy-cd601765a4f36b315420b12733fb297a0a7ee7f7.tar.xz
make the linker happy not linking ndof twice (yes, again -lol)
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
-rw-r--r--linden/indra/newview/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 6067fdd..8d19bab 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -1447,7 +1447,6 @@ if (WINDOWS)
1447endif (WINDOWS) 1447endif (WINDOWS)
1448 1448
1449target_link_libraries(${VIEWER_BINARY_NAME} 1449target_link_libraries(${VIEWER_BINARY_NAME}
1450 ${NDOF_LIBRARY}
1451 ${LLAUDIO_LIBRARIES} 1450 ${LLAUDIO_LIBRARIES}
1452 ${LLCHARACTER_LIBRARIES} 1451 ${LLCHARACTER_LIBRARIES}
1453 ${LLIMAGE_LIBRARIES} 1452 ${LLIMAGE_LIBRARIES}