summaryrefslogtreecommitdiff
path: root/indra/cmake/CMakeCopyIfDifferent.cmake
diff options
context:
space:
mode:
authorMark Palange <palange@lindenlab.com>2008-06-13 16:52:59 +0000
committerMark Palange <palange@lindenlab.com>2008-06-13 16:52:59 +0000
commit31565ac441d1c2608ccb9a5c5d71acc34d639781 (patch)
tree7208f7d3d4fd20c9f8b9051f3f9579c368468672 /indra/cmake/CMakeCopyIfDifferent.cmake
parent7bab07aedc7764dcfeae3df8cdf8c3ed8211df57 (diff)
Fixes the the copy-win-scripts related cmake files to make the copy_win_scripts target function properly.
Diffstat (limited to 'indra/cmake/CMakeCopyIfDifferent.cmake')
-rw-r--r--indra/cmake/CMakeCopyIfDifferent.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/CMakeCopyIfDifferent.cmake b/indra/cmake/CMakeCopyIfDifferent.cmake
index abbd1d0653..55e71ff153 100644
--- a/indra/cmake/CMakeCopyIfDifferent.cmake
+++ b/indra/cmake/CMakeCopyIfDifferent.cmake
@@ -35,7 +35,7 @@ FOREACH(SRC ${ARGN})
DEPENDS ${FROM}
COMMENT "Copying ${SRCFILE} ${TO_DIR}"
)
- SET(AddTargets ${AddTargets} ${TARGET})
+ SET(AddTargets ${AddTargets} ${TO})
ENDFOREACH(SRC ${ARGN})
SET(${TARGETS} ${AddTargets})
ENDMACRO(COPY_IF_DIFFERENT FROM_DIR TO_DIR TARGETS)