summaryrefslogtreecommitdiff
path: root/indra/cmake/PNG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/PNG.cmake')
-rw-r--r--indra/cmake/PNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index 5a8d3e197d..672f963ea1 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -2,7 +2,7 @@
include(Prebuilt)
include_guard()
-create_target(ll::libpng)
+add_library( ll::libpng INTERFACE IMPORTED )
use_prebuilt_binary(libpng)
if (WINDOWS)