summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-09-14 13:39:23 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-09-14 13:39:23 -0400
commita81a89b5c73f1b2ecc9ad7a0b4845cc9d1876661 (patch)
tree12112991d2df38af6e677240f89847a41bfb9d88 /indra/newview
parentb3ae33703b5daf0f930bc0ecb562bc62d9e5ae8f (diff)
QAR-1619: reconcile redundant SLPlugin.exe copy_if_different with viewer_manifest.py
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
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."
)