summaryrefslogtreecommitdiff
path: root/indra/cmake/JPEG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/JPEG.cmake')
-rw-r--r--indra/cmake/JPEG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/JPEG.cmake b/indra/cmake/JPEG.cmake
index af984b6ac3..a6ef5d4ad9 100644
--- a/indra/cmake/JPEG.cmake
+++ b/indra/cmake/JPEG.cmake
@@ -4,7 +4,7 @@ include(Prebuilt)
include(Linking)
include_guard()
-create_target(ll::jpeglib)
+add_library( ll::jpeglib INTERFACE IMPORTED )
use_prebuilt_binary(jpeglib)
if (LINUX)