summaryrefslogtreecommitdiff
path: root/indra/cmake/GLH.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-11 09:31:09 -0400
committerOz Linden <oz@lindenlab.com>2011-10-11 09:31:09 -0400
commitbe251b06eb785a2d301115f9c231eb5f3c906224 (patch)
treec6b7685ed8d746ed3fb0466e43349d688e075d76 /indra/cmake/GLH.cmake
parenta15701de33007f60994181d8e7300d1e624de373 (diff)
parent61c3b55bd065f28f96a5a170b830874c8c8fa517 (diff)
merge changes for open-38
Diffstat (limited to 'indra/cmake/GLH.cmake')
-rw-r--r--indra/cmake/GLH.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/cmake/GLH.cmake b/indra/cmake/GLH.cmake
new file mode 100644
index 0000000000..911dbe4017
--- /dev/null
+++ b/indra/cmake/GLH.cmake
@@ -0,0 +1,11 @@
+# -*- cmake -*-
+include(Prebuilt)
+
+set(GLH_FIND_REQUIRED TRUE)
+set(GLH_FIND_QUIETLY TRUE)
+
+if (STANDALONE)
+ include(FindGLH)
+else (STANDALONE)
+ use_prebuilt_binary(glh_linear)
+endif (STANDALONE)