diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2011-12-12 09:53:04 -0800 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-12 09:53:04 -0800 | 
| commit | d3299410427015ef59683ce4ea33d807a936295c (patch) | |
| tree | 6a29699adce6aa0c229d84397486706282cfc7cd | |
| parent | df6b11f098d1096741bb1b11ecba89d94674bce2 (diff) | |
Always using the convex decomposition stub for now.
| -rw-r--r-- | indra/cmake/LLConvexDecomposition.cmake | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/indra/cmake/LLConvexDecomposition.cmake b/indra/cmake/LLConvexDecomposition.cmake index 8e44504782..1731853300 100644 --- a/indra/cmake/LLConvexDecomposition.cmake +++ b/indra/cmake/LLConvexDecomposition.cmake @@ -3,10 +3,10 @@ include(Prebuilt)  set(LLCONVEXDECOMP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) -if (INSTALL_PROPRIETARY AND NOT STANDALONE) -  use_prebuilt_binary(llconvexdecomposition) -  set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition) -else (INSTALL_PROPRIETARY AND NOT STANDALONE) +# if (INSTALL_PROPRIETARY AND NOT STANDALONE) +#   use_prebuilt_binary(llconvexdecomposition) +#   set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition) +# else (INSTALL_PROPRIETARY AND NOT STANDALONE)    use_prebuilt_binary(llconvexdecompositionstub)    set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub) -endif (INSTALL_PROPRIETARY AND NOT STANDALONE) +# endif (INSTALL_PROPRIETARY AND NOT STANDALONE) | 
