samples: shared_mem: Reduce CMake required version to 3.8.2
There is no reason why this sample should have a higher version required of CMake in order to build. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
1d90bcdc75
commit
ef7a2318bb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.9.1)
|
cmake_minimum_required(VERSION 3.8.2)
|
||||||
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
||||||
project(NONE)
|
project(NONE)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue