aboutsummaryrefslogtreecommitdiff
path: root/mcu.cmake
diff options
context:
space:
mode:
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)