diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-09-15 12:39:28 -0700 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-09-15 12:39:28 -0700 |
commit | 9496b1ff45f14b2b1fac66b9b6c6923b6b264ed0 (patch) | |
tree | 115156e96b79e97fc83376826a26951d264d84e7 /indra/newview/CMakeLists.txt | |
parent | 93869a8ef23bd07351309ed86e10a0acd66ae973 (diff) | |
parent | 9a13b059dc6f4ddc302954d735202dfee3992c2d (diff) |
merge
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index cae6a79ec8..3f8b8688d2 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1639,7 +1639,7 @@ if (WINDOWS) -E copy_if_different ${BUILT_SLPLUGIN} - ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/llplugin + ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR} COMMENT "Copying SLPlugin executable to the runtime folder." ) |