summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-06-10 18:50:50 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-06-10 18:50:50 +0000
commit78f7c3f4ef25f32459281d1f4db4706c4bac2a8b (patch)
treeee09549d628c20dda38f1fec14a1fd6b6783290c /indra
parent290f2f05f7c2c061ba82f83594e4f7fb6a043ced (diff)
Tiny indentation fix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt4
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