CMake 3.0.0-rc1 version update

This commit is contained in:
Brad King
2014-02-19 09:15:33 -05:00
parent f8ccb6d038
commit 4bb80396e0
4 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
}
if (te->GetType() == cmTarget::INTERFACE_LIBRARY)
{
this->GenerateRequiredCMakeVersion(os, DEVEL_CMAKE_VERSION(3, 0, 0));
this->GenerateRequiredCMakeVersion(os, "3.0.0");
}
}