package/cmake: add BR2_HOST_CMAKE_AT_LEAST_3_28
Buildroot commit38d07349da
forgot to add the corresponding BR2_HOST_CMAKE_AT_LEAST_X_Y option. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Romain Naour <romain.naour@smile.fr> (cherry picked from commit81d7103a10
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
00d911b9c6
commit
de61d8390a
@ -47,10 +47,15 @@ config BR2_HOST_CMAKE_AT_LEAST_3_27
|
|||||||
bool
|
bool
|
||||||
select BR2_HOST_CMAKE_AT_LEAST_3_26
|
select BR2_HOST_CMAKE_AT_LEAST_3_26
|
||||||
|
|
||||||
|
config BR2_HOST_CMAKE_AT_LEAST_3_28
|
||||||
|
bool
|
||||||
|
select BR2_HOST_CMAKE_AT_LEAST_3_27
|
||||||
|
|
||||||
# This order guarantees that the highest version is set, as kconfig
|
# This order guarantees that the highest version is set, as kconfig
|
||||||
# stops affecting a value on the first matching default.
|
# stops affecting a value on the first matching default.
|
||||||
config BR2_HOST_CMAKE_AT_LEAST
|
config BR2_HOST_CMAKE_AT_LEAST
|
||||||
string
|
string
|
||||||
|
default "3.28" if BR2_HOST_CMAKE_AT_LEAST_3_28
|
||||||
default "3.27" if BR2_HOST_CMAKE_AT_LEAST_3_27
|
default "3.27" if BR2_HOST_CMAKE_AT_LEAST_3_27
|
||||||
default "3.26" if BR2_HOST_CMAKE_AT_LEAST_3_26
|
default "3.26" if BR2_HOST_CMAKE_AT_LEAST_3_26
|
||||||
default "3.25" if BR2_HOST_CMAKE_AT_LEAST_3_25
|
default "3.25" if BR2_HOST_CMAKE_AT_LEAST_3_25
|
||||||
|
Loading…
Reference in New Issue
Block a user