Haikuwebkit: explicitly require cmake 3.

* Our version of CMake 3 include many fixes that are not backported to
2.8. One of these is needed to make cmake --system-information work.
This is used by the WebKit build to detect the number of processors.
This commit is contained in:
Adrien Destugues
2014-07-01 10:27:18 +02:00
parent 5d7f8b1bf1
commit 0d0de337cf

View File

@@ -74,7 +74,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:perl
cmd:python
cmd:cmake
cmd:cmake >= 3.0.0
cmd:ruby
"