package/ninja: set minimum cmake version to 3.10
authorAdam Duskett <aduskett@gmail.com>
Mon, 3 Feb 2020 14:27:38 +0000 (06:27 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Feb 2020 14:29:01 +0000 (15:29 +0100)
commitc9cdc1f2b6eaf0d493c89750855c3cdde813802e
tree2e7fdd79192e1e7ee741998f72d2d396c7bc4e9d
parentf30a1434d0ce2726f222d6708d423aa57ce43f9d
package/ninja: set minimum cmake version to 3.10

The CMakeLists.txt file uses the CMP0091 which is an MSVC runtime
library flag abstraction macro.

Because we are not building ninja for Microsoft, it is safe to remove
this macro and set the minimum version to 3.10.

Fixes:
http://autobuild.buildroot.net/results/992b34c5625ec733d8dce678aa7a7540c4768ca1

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ninja/0001-set-minimum-cmake-version-to-3.10.patch [new file with mode: 0644]