diff options
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 302470ce1b..ebc02b2357 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -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 |