summaryrefslogtreecommitdiff
path: root/indra/cmake/Tracy.cmake
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-09-17 13:07:01 -0500
committerGitHub <noreply@github.com>2024-09-17 13:07:01 -0500
commitfd843d514a4e28f8e4a5d5595bba21ccad195e72 (patch)
treea2b9e7fd908481c5892046594faed0e07b800a12 /indra/cmake/Tracy.cmake
parent870ffbd55b4ffdfad27edf8824de0c9cbc577a80 (diff)
Mac pass (#2587)
Diffstat (limited to 'indra/cmake/Tracy.cmake')
-rw-r--r--indra/cmake/Tracy.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Tracy.cmake b/indra/cmake/Tracy.cmake
index d54a32fdc2..ec7178c5a0 100644
--- a/indra/cmake/Tracy.cmake
+++ b/indra/cmake/Tracy.cmake
@@ -6,7 +6,7 @@ add_library( ll::tracy INTERFACE IMPORTED )
# default Tracy profiling on for test builds, but off for all others
string(TOLOWER ${VIEWER_CHANNEL} channel_lower)
-if(WINDOWS AND channel_lower MATCHES "^second life test")
+if(channel_lower MATCHES "^second life test")
option(USE_TRACY "Use Tracy profiler." ON)
else()
option(USE_TRACY "Use Tracy profiler." OFF)