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:
Carles Cufi 2018-09-12 14:56:10 +02:00 committed by Anas Nashif
commit ef7a2318bb

View file

@ -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)