summaryrefslogtreecommitdiff
path: root/indra/cmake/LLWindow.cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-17 18:28:55 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-17 18:28:55 +0200
commit363f2df4fa22b3eb95ff4603d73b7a042f3fefd1 (patch)
tree2be3fd78495421ec59ad2f9aa2310002008af6fc /indra/cmake/LLWindow.cmake
parente0cf0cdfd49e5a946dcd202a083fb23f01e4f1fe (diff)
Remove function create_target and instead directly use add_library
Diffstat (limited to 'indra/cmake/LLWindow.cmake')
-rw-r--r--indra/cmake/LLWindow.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLWindow.cmake b/indra/cmake/LLWindow.cmake
index fdeb4aa434..8cf450ff21 100644
--- a/indra/cmake/LLWindow.cmake
+++ b/indra/cmake/LLWindow.cmake
@@ -5,7 +5,7 @@ include(GLEXT)
include(Prebuilt)
include_guard()
-create_target(ll::sdl)
+add_library( ll::sdl INTERFACE IMPORTED )
if (LINUX)
use_prebuilt_binary(SDL)