diff options
Diffstat (limited to 'indra/cmake/GLOD.cmake')
-rw-r--r-- | indra/cmake/GLOD.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GLOD.cmake b/indra/cmake/GLOD.cmake index 9070be302a..db00a309f0 100644 --- a/indra/cmake/GLOD.cmake +++ b/indra/cmake/GLOD.cmake @@ -2,7 +2,7 @@ include(Prebuilt) include_guard() -create_target( ll::glod ) +add_library( ll::glod INTERFACE IMPORTED ) use_prebuilt_binary(glod) |