diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 16:50:17 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 16:50:17 +0200 |
commit | 29ca8560381424adcee2f096de0e940b3d1f46b0 (patch) | |
tree | 3d09ca58a5bcf81da31f4d702e0555b8d7fa1abd /indra/llrender/CMakeLists.txt | |
parent | bacbf1ffe6c111ad1cc03a20922b00224553cb93 (diff) |
llrender does not need a dependency on sdl. There was some comment out code which
suggests it was needed long ago.
Diffstat (limited to 'indra/llrender/CMakeLists.txt')
-rw-r--r-- | indra/llrender/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/CMakeLists.txt b/indra/llrender/CMakeLists.txt index db672303be..bb22a969f5 100644 --- a/indra/llrender/CMakeLists.txt +++ b/indra/llrender/CMakeLists.txt @@ -100,7 +100,6 @@ target_link_libraries(llrender llfilesystem llxml llwindow - ll::sdl ll::freetype OpenGL::GL OpenGL::GLU |