summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable/Temp
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-23 19:13:06 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-23 21:16:45 (GMT)
commit6a7582124cb19a5c869263e9bec716be76c7640a (patch)
treea489ab39c56c039a44544e56e770a3ee4ec9a65f /Tests/ComplexRelativePaths/Executable/Temp
parent4e985000124931cb8219da35cc507b4ccf05d30f (diff)
downloadCMake-6a7582124cb19a5c869263e9bec716be76c7640a.zip
CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.gz
CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.bz2
complex: Remove ancient unused ComplexRelativePaths test
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/Temp')
-rw-r--r--Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
deleted file mode 100644
index f009550..0000000
--- a/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Output the files required by 'complex' to a file.
-# The 'complex' executable will then test if this file exists and remove it.
-# The contents of this file is not tested (absolute paths).
-#
-OUTPUT_REQUIRED_FILES(
- ${Complex_SOURCE_DIR}/Executable/complex.cxx
- ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)