summaryrefslogtreecommitdiffstats
path: root/Tests/TestsWorkingDirectory
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-12-16 22:29:19 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-12-16 22:29:19 (GMT)
commit5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582 (patch)
tree7fb142112e064856ed402f98c81d6c40ec44c905 /Tests/TestsWorkingDirectory
parent9bf4165437ed3ba4480b39cc9000f08f86fbe186 (diff)
downloadCMake-5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582.zip
CMake-5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582.tar.gz
CMake-5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582.tar.bz2
Rename the project to match the test
Diffstat (limited to 'Tests/TestsWorkingDirectory')
-rw-r--r--Tests/TestsWorkingDirectory/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestsWorkingDirectory/CMakeLists.txt b/Tests/TestsWorkingDirectory/CMakeLists.txt
index d5c786b..73b8997 100644
--- a/Tests/TestsWorkingDirectory/CMakeLists.txt
+++ b/Tests/TestsWorkingDirectory/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6)
-project(WorkingDirectoryProj)
+project(TestsWorkingDirectoryProj)
add_executable(WorkingDirectory main.cxx)