Skip to content
Snippets Groups Projects
Commit d1f4f89c authored by Kyle Ambroff's avatar Kyle Ambroff
Browse files

DEV-26150 (VWR-11474): CMake 2.6.2 adds multiple `-lndofdev' when linking

secondlife-bin on Linux.

CMake will insert multiple -lndofdev parameters into the Makefile that
links secondlife-bin IFF ${NDOF_LIBRARY} is listed *after* Xinerama in
the target_link_libraries() call in indra/newview/CMakeLists.txt file.
Moving the reference to NDOF_LIBRARY above viewer_LIBRARIES seems to fix
it, and doesn't break Windows or MacOS.

Not reviewed.
parent 5ba5157f
No related branches found
No related tags found
Loading
Loading
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