aboutsummaryrefslogtreecommitdiff
path: root/mcu.cmake
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-11-12 20:28:58 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-11-12 20:28:58 +0100
commit7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c (patch)
tree7117963893e37acfd472a37591af211990eefccd /mcu.cmake
parentd6e6c587e9f5c599bae57a9a5532c6f9a108906a (diff)
downloadmcu.cmake-7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c.tar.gz
mcu.cmake-7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c.tar.bz2
mcu.cmake-7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c.tar.xz
mcu.cmake-7bd30b64fb5eaccb9c4a78b0bb4413d5a476089c.zip
o Compatibility with SDK v12.1.0.
o Windows compatibility, the build works but haven't tested programming yet.
Diffstat (limited to 'mcu.cmake')
-rw-r--r--mcu.cmake3
1 files changed, 3 insertions, 0 deletions
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)