summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalOBJ
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-05-18 19:11:20 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-05-18 19:11:20 (GMT)
commitdf1a77c225e71e6393f056fa348dddc3285c8bf5 (patch)
treefcf7e10d46a075cf31de77fd31310c2f12f1e111 /Tests/ExternalOBJ
parent9670a8c485084478ac496df985314755a0f0d80f (diff)
downloadCMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.zip
CMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.tar.gz
CMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.tar.bz2
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
Diffstat (limited to 'Tests/ExternalOBJ')
-rw-r--r--Tests/ExternalOBJ/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExternalOBJ/CMakeLists.txt b/Tests/ExternalOBJ/CMakeLists.txt
index e5c5657..5ad2a5a 100644
--- a/Tests/ExternalOBJ/CMakeLists.txt
+++ b/Tests/ExternalOBJ/CMakeLists.txt
@@ -61,4 +61,4 @@ ADD_CUSTOM_COMMAND(
)
# Build an executable using the external object file.
-ADD_EXECUTABLE(executable executable.cxx ${CUSTOM_OBJECT})
+ADD_EXECUTABLE(ExternalOBJ executable.cxx ${CUSTOM_OBJECT})