mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Fix typo in error message, and remove redundent test.
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user