From 125905ed32fcc9e1b14dbc210e87023c56f2afcc Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 3 Jun 2008 16:35:17 +0000 Subject: Don't include copy_win_scripts if it does not exist. --- indra/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra') diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index e09c7110c5..ce359a85b0 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -37,9 +37,9 @@ endif (EXISTS ${LIBS_CLOSED_DIR}llkdu AND NOT STANDALONE) add_subdirectory(${LIBS_OPEN_PREFIX}lscript) -if (WINDOWS) - add_subdirectory(copy_win_scripts) -endif (WINDOWS) +if (WINDOWS AND EXISTS copy_win_scripts) + add_subdirectory(copy_win_scripts) +endif (WINDOWS AND EXISTS copy_win_scripts) if (VIEWER) add_subdirectory(${LIBS_OPEN_PREFIX}llcrashlogger) -- cgit v1.2.3