From 5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 16 Dec 2010 17:29:19 -0500 Subject: [PATCH] Rename the project to match the test --- Tests/TestsWorkingDirectory/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/TestsWorkingDirectory/CMakeLists.txt b/Tests/TestsWorkingDirectory/CMakeLists.txt index d5c786b48..73b899706 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)