diff options
| author | Oz Linden <oz@lindenlab.com> | 2014-09-29 11:25:56 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2014-09-29 11:25:56 -0400 | 
| commit | 9bdb370e715c4f6a69ead03b865be56af08f732c (patch) | |
| tree | 2c00805482eb8ef437b40d9ad9b12a5eb173e06c /indra | |
| parent | 73cb7384c3f14ebc5df229f7d1351abd96214fd1 (diff) | |
make cmake usage match new autobuild package name
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/cmake/LLAppearanceUtility.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake index bea45543de..3415ef1bd9 100644 --- a/indra/cmake/LLAppearanceUtility.cmake +++ b/indra/cmake/LLAppearanceUtility.cmake @@ -4,7 +4,7 @@ include(Prebuilt)  # Linux proprietary build only  if (INSTALL_PROPRIETARY)      if(LINUX) -        use_prebuilt_binary(llappearanceutility-source) +        use_prebuilt_binary(llappearanceutility_utility)          set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)          set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)      endif (LINUX) | 
