diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-31 08:33:18 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-31 08:33:18 -0500 |
commit | 8c5697a2d6b3976979d22da5c16569ef1c5aa9fd (patch) | |
tree | 7a9b4551bbf59d04752db22f7dbf6a534fbce67e /indra/cmake | |
parent | 41e32126d4b4b5d7bd810484a0f6c732f4367169 (diff) |
SL-17490 Update Tracy
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Tracy.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Tracy.cmake b/indra/cmake/Tracy.cmake index cfff956bcf..dba57eb920 100644 --- a/indra/cmake/Tracy.cmake +++ b/indra/cmake/Tracy.cmake @@ -12,6 +12,7 @@ if (USE_TRACY) if (WINDOWS) MESSAGE(STATUS "Including Tracy for Windows: '${TRACY_INCLUDE_DIR}'") + set(TRACY_LIBRARY "TracyClient") endif (WINDOWS) if (DARWIN) |