diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-07-28 18:28:27 -0700 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-07-28 18:28:27 -0700 |
commit | c2cd5d5e8bfdeccaa3e038f60f817f4ced55c797 (patch) | |
tree | c513bf31da61c543476f056e91d7fab2041000e6 /indra/cmake/LLCommon.cmake | |
parent | eb0a3c9960d53fde2cd618c9e46f5aaf77fd80d9 (diff) | |
parent | fe339408cefb51023cae8a7fd3def2a4b8a75a65 (diff) |
merge
Diffstat (limited to 'indra/cmake/LLCommon.cmake')
-rw-r--r-- | indra/cmake/LLCommon.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLCommon.cmake b/indra/cmake/LLCommon.cmake index 19d61008da..d1ab264a41 100644 --- a/indra/cmake/LLCommon.cmake +++ b/indra/cmake/LLCommon.cmake @@ -19,5 +19,5 @@ add_definitions(${TCMALLOC_FLAG}) set(LLCOMMON_LINK_SHARED ON CACHE BOOL "Build the llcommon target as a shared library.") if(LLCOMMON_LINK_SHARED) - add_definitions(-DLL_COMMON_LINK_SHARED=1) + add_definitions(-DLL_COMMON_LINK_SHARED=1) endif(LLCOMMON_LINK_SHARED) |