summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-16 17:18:38 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-16 17:18:38 +0200
commit5803625db552900fd54c248c1f41e2f04bf66d62 (patch)
treef409175f7ee0b2f9099d10e2f3c0665043f3a49b
parent3eec716b240167cda6a5c652584152af8756b56d (diff)
Remove undefined variable GOOGLE_PERFTOOLS_LIBRARIES
-rw-r--r--indra/llcommon/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 4673630a8e..11849c3766 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -279,7 +279,6 @@ target_link_libraries(
ll::jsoncpp
ll::zlib-ng
ll::boost
- ${GOOGLE_PERFTOOLS_LIBRARIES}
ll::uriparser
ll::oslibraries
)