From 7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 12 Nov 2016 20:28:58 +0100 Subject: o Compatibility with SDK v12.1.0. o Windows compatibility, the build works but haven't tested programming yet. --- mcu.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcu.cmake') diff --git a/mcu.cmake b/mcu.cmake index df06a26..00795ab 100644 --- a/mcu.cmake +++ b/mcu.cmake @@ -12,3 +12,6 @@ else () endif () include(${CMAKE_CURRENT_LIST_DIR}/mcu_include_directories_from_sources.cmake) + +# Required on Windows +set(CMAKE_SYSTEM_NAME Generic) -- cgit v1.2.3