diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-06-20 18:14:06 +0200 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-06-20 18:14:06 +0200 |
commit | 482a19c251c9ff4f389de5da90bed5f1239f1b7c (patch) | |
tree | 2895074fb9dda586cc686c153eb003f58c474999 /indra/cmake/GLH.cmake | |
parent | 7f6d49df43c660b9f5632ffb8a30f90ee718cac0 (diff) | |
parent | 34afe36c35a31bc0b97f600801c6aa83436a494f (diff) |
merged OPEN-38 (Aleric's standalone fixes for viewer-autobuild)
Diffstat (limited to 'indra/cmake/GLH.cmake')
-rw-r--r-- | indra/cmake/GLH.cmake | 11 |
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) |