From 2557a080543a37f92e1908420842db8c90685304 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 29 Feb 2012 22:28:06 -0500 Subject: [PATCH] Fix typo in error message, and remove redundent test. --- Source/cmProjectCommand.cxx | 2 +- Tests/CMakeOnly/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx index 4c1abcff2..fcf0a4903 100644 --- a/Source/cmProjectCommand.cxx +++ b/Source/cmProjectCommand.cxx @@ -88,7 +88,7 @@ bool cmProjectCommand if(!readit && !cmSystemTools::GetFatalErrorOccured()) { std::string m = - "could not find load file:\n" + "could not find file:\n" " "; m += include; this->SetError(m.c_str()); diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index 629f57826..a1551ca03 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -23,8 +23,6 @@ add_CMakeOnly_test(AllFindModules) add_CMakeOnly_test(TargetScope) -add_CMakeOnly_test(ProjectInclude) - add_test(CMakeOnly.ProjectInclude ${CMAKE_CMAKE_COMMAND} -DTEST=ProjectInclude -DCMAKE_ARGS=-DCMAKE_PROJECT_ProjectInclude_INCLUDE=${CMAKE_CURRENT_SOURCE_DIR}/ProjectInclude/include.cmake