Browse Source

build: set zmk_config.cmake cmake_minimum_required to VERSION 3.15

3.15 is the minimum version required to facilitate list(PREPEND) used within zmk_config.cmake.

https://cmake.org/cmake/help/v3.15/command/list.html

Fixes #402
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
d50f4afc7e
  1. 2
      app/cmake/zmk_config.cmake

2
app/cmake/zmk_config.cmake

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
# * single overlay,
# * or per board/shield.
cmake_minimum_required(VERSION 3.15)
get_property(cached_user_config_value CACHE ZMK_CONFIG PROPERTY VALUE)
set(user_config_cli_argument ${cached_user_config_value}) # Either new or old

Loading…
Cancel
Save