summaryrefslogtreecommitdiffstats
path: root/Tests/MakeClean
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-18 16:49:20 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-19 17:07:27 (GMT)
commita247911a88058ec2f814df5c1620b0be5a1065a8 (patch)
tree891fe0738914fc451345fcfe5ec96f4af9c7f813 /Tests/MakeClean
parentcffcdd83315c0ea10df4c5439209ccdfa6bc7160 (diff)
downloadCMake-a247911a88058ec2f814df5c1620b0be5a1065a8.zip
CMake-a247911a88058ec2f814df5c1620b0be5a1065a8.tar.gz
CMake-a247911a88058ec2f814df5c1620b0be5a1065a8.tar.bz2
Tests: Don't read the LOCATION property from build targets.
Diffstat (limited to 'Tests/MakeClean')
-rw-r--r--Tests/MakeClean/ToClean/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/MakeClean/ToClean/CMakeLists.txt b/Tests/MakeClean/ToClean/CMakeLists.txt
index 089fd13..d0e24ce 100644
--- a/Tests/MakeClean/ToClean/CMakeLists.txt
+++ b/Tests/MakeClean/ToClean/CMakeLists.txt
@@ -5,7 +5,6 @@ project(ToClean)
add_executable(toclean toclean.cxx)
# List some build-time-generated files.
-get_target_property(TOCLEAN_FILES toclean LOCATION)
set(TOCLEAN_FILES ${TOCLEAN_FILES}
"${ToClean_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/toclean.dir/toclean.cxx${CMAKE_CXX_OUTPUT_EXTENSION}")