From 0bd488bc535cb3e6dc8bffadd5d31f8ecc5204f4 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sun, 26 Jun 2016 18:05:43 +0200 Subject: [PATCH] cmake: fixed incorrect MRAAPLATFORMFORCE definition Signed-off-by: Alex Tereschenko Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10f66d1..0287387 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ option (INSTALLTOOLS "Install all tools" OFF) option (BUILDARCH "Override architecture to build for - override" OFF) option (BUILDTESTS "Override the addition of tests" ON) -set (MRAAPLATFORMFORCE "" CACHE STRING "ALL") +set (MRAAPLATFORMFORCE "ALL" CACHE STRING "Override platform to build for") if (NOT BUILDSWIG) set (BUILDSWIGPYTHON OFF)