summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/GLOD.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/cmake/GLOD.cmake b/indra/cmake/GLOD.cmake
index 2d7f85030f..ab7eb38862 100644
--- a/indra/cmake/GLOD.cmake
+++ b/indra/cmake/GLOD.cmake
@@ -6,7 +6,6 @@ create_target( ll::glod )
use_prebuilt_binary(glod)
-set(GLODLIB ON CACHE BOOL "Using GLOD library")
-
set_target_include_dirs( ll::glod ${LIBS_PREBUILT_DIR}/include)
set_target_libraries( ll::glod GLOD )
+target_compile_definitions( ll::glod INTERFACE LL_GLOD=1) \ No newline at end of file