diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 72aa33990b04e91c3d2b0f054f50de64dade995f..133f93ec1a9d2f94fce128d8236ee38bdfbfb04c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1686,7 +1686,7 @@ endif (WINDOWS)
 # To work around this, higher level modules should be listed before the modules
 # that they depend upon. -brad
 target_link_libraries(${VIEWER_BINARY_NAME}
-    ${UPDATER_INCLUDE_DIRS}
+    ${UPDATER_LIBRARIES}
 	${GOOGLE_PERFTOOLS_LIBRARIES}
     ${LLAUDIO_LIBRARIES}
     ${LLCHARACTER_LIBRARIES}