Changed cmake builds back to the 2011-02-25 builds as those seem to be

the most recent stable versions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41138 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2011-03-29 15:25:17 +00:00
parent ff37eb80fc
commit cbc8e67a7a
+4 -4
View File
@@ -417,13 +417,13 @@ if [ IsOptionalHaikuImagePackageAdded CMake ] {
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
cmake-2.8.4-x86-gcc4-2011-03-25.zip
: $(baseURL)/cmake-2.8.4-x86-gcc4-2011-03-25.zip
cmake-2.8.4-x86-gcc4-2011-02-25.zip
: $(baseURL)/cmake-2.8.4-x86-gcc4-2011-02-25.zip
: : true ;
} else {
InstallOptionalHaikuImagePackage
cmake-2.8.4-x86-gcc2-2011-03-25.zip
: $(baseURL)/cmake-2.8.4-x86-gcc2-2011-03-25.zip
cmake-2.8.4-x86-gcc2-2011-02-25.zip
: $(baseURL)/cmake-2.8.4-x86-gcc2-2011-02-25.zip
: : true ;
}
}