diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 02:09:04 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 19:30:31 +0300 |
commit | c7366f4c55c6442414eb6c5a6736baf90f1a4700 (patch) | |
tree | c1410c80c26bc6abaf22bcf43d277af6597920f7 /indra/llcommon/CMakeLists.txt | |
parent | c47b2ae7458f88941e4a129b0bc9aa96ab4ae003 (diff) |
SL-17238 Fix coding policy build issues
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 8625060720..b576cdc1e1 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -268,8 +268,7 @@ target_link_libraries( ll::boost ll::uriparser ll::oslibraries - ll::tracy - + ll::tracy ) target_include_directories( llcommon INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) |