summaryrefslogtreecommitdiff
path: root/indra/cmake/GLOD.cmake
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-10 17:48:55 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-10 17:48:55 +0200
commit33f52ee51dad85802d124e987aa6ee9b7faf0cb2 (patch)
tree4d7c49bdf3aa3495b29ab4f04956f0773b29bd2f /indra/cmake/GLOD.cmake
parentfd5e1f0b97adf17469023d81908554890af5d24b (diff)
SL-14403 Removed glod
Diffstat (limited to 'indra/cmake/GLOD.cmake')
-rw-r--r--indra/cmake/GLOD.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/cmake/GLOD.cmake b/indra/cmake/GLOD.cmake
deleted file mode 100644
index a347eb6fee..0000000000
--- a/indra/cmake/GLOD.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- cmake -*-
-include(Prebuilt)
-
-if (NOT USESYSTEMLIBS)
- use_prebuilt_binary(glod)
-endif (NOT USESYSTEMLIBS)
-
-set(GLOD_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
-set(GLOD_LIBRARIES GLOD)