From 7236b1f4f8b3c14fe18af3d0bd5ee131ea7103dc Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 6 Jan 2012 14:50:01 -0800 Subject: Removing the havok dependency from the viewer build as this is now resolved in the llpathinglib library itself. --- indra/newview/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 13ef8f1848..31081e32de 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -13,7 +13,6 @@ include(EXPAT) include(FMOD) include(OPENAL) include(FindOpenGL) -include(Havok) include(JsonCpp) include(LLAudio) include(LLCharacter) @@ -1735,7 +1734,6 @@ endif (WINDOWS) # that they depend upon. -brad target_link_libraries(${VIEWER_BINARY_NAME} ${LLPATHING_LIBRARIES} - ${HK_LIBRARIES} ${UPDATER_LIBRARIES} ${GOOGLE_PERFTOOLS_LIBRARIES} ${LLAUDIO_LIBRARIES} -- cgit v1.3