summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-16 19:57:35 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-16 19:57:35 +0200
commitc7ea88046b8442c2c2bfd34c447adef094a4ee2d (patch)
tree33462a299a96f51ac761f64a4d5270cded11a44d
parent0eb2d8056a9d7c858545987cec74a4d604dcd5b5 (diff)
Remove undefined variables
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 018314bca6..e2c9592f6b 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1724,7 +1724,6 @@ if (WINDOWS)
#${SHARED_LIB_STAGING_DIR}/${LL_INTDIR}/libsndfile-1.dll
#${SHARED_LIB_STAGING_DIR}/${LL_INTDIR}/vivoxoal.dll
${AUTOBUILD_INSTALL_DIR}/ca-bundle.crt
- ${GOOGLE_PERF_TOOLS_SOURCE}
${CMAKE_CURRENT_SOURCE_DIR}/licenses-win32.txt
${CMAKE_CURRENT_SOURCE_DIR}/featuretable.txt
${viewer_APPSETTINGS_FILES}
@@ -1925,7 +1924,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
lllogin
llprimitive
llappearance
- ${LLPHYSICS_LIBRARIES}
${LLPHYSICSEXTENSIONS_LIBRARIES}
ll::bugsplat
)