diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-06-25 10:11:21 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-06-27 17:18:08 +0800 |
commit | 0da58c31bedf29f2fcf898349e96828bd8e7517b (patch) | |
tree | 5562d04759eeaa6ae8509e9f65175d1da45aaa07 /indra/newview/CMakeLists.txt | |
parent | 161935f3178f343848839ad93ccaa6c1988bdef6 (diff) |
FontConfig's not used any more on macOS
Since we stopped using SDL2 on it. It was added here before, I remember
it was so it would build on macOS too.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 2ea0ef19d3..8070cd0796 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1961,7 +1961,6 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${LLPHYSICSEXTENSIONS_LIBRARIES} ll::bugsplat ll::tracy - ll::fontconfig ) if (ENABLE_MEDIA_PLUGINS) |