Tiny indentation fix

master
Bryan O'Sullivan 2008-06-10 18:50:50 +00:00
parent 290f2f05f7
commit 78f7c3f4ef
1 changed files with 2 additions and 2 deletions

View File

@ -1229,7 +1229,7 @@ if (WINDOWS)
)
# sets the 'working directory' for debugging from visual studio.
if (NOT UNATTENDED)
if (NOT UNATTENDED)
add_custom_command(
TARGET secondlife-bin PRE_BUILD
COMMAND ${CMAKE_SOURCE_DIR}/tools/vstool/vstool.exe
@ -1241,7 +1241,7 @@ if (WINDOWS)
${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Setting the secondlife-bin working directory for debugging."
)
endif (NOT UNATTENDED)
endif (NOT UNATTENDED)
add_custom_command(
TARGET secondlife-bin PRE_BUILD