diff options
Diffstat (limited to 'indra/llxml/CMakeLists.txt')
-rw-r--r-- | indra/llxml/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/CMakeLists.txt b/indra/llxml/CMakeLists.txt index 03ac4bc9f2..591538543a 100644 --- a/indra/llxml/CMakeLists.txt +++ b/indra/llxml/CMakeLists.txt @@ -32,7 +32,7 @@ target_link_libraries( llxml llmath llcommon ll::expat - ll::SDL + ll::SDL2 ) target_include_directories( llxml INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) |