From 31565ac441d1c2608ccb9a5c5d71acc34d639781 Mon Sep 17 00:00:00 2001 From: Mark Palange Date: Fri, 13 Jun 2008 16:52:59 +0000 Subject: Fixes the the copy-win-scripts related cmake files to make the copy_win_scripts target function properly. --- indra/cmake/CMakeCopyIfDifferent.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/cmake') 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) -- cgit v1.2.3