We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82af34e commit be23de8Copy full SHA for be23de8
cmake/toolchain.cmake
@@ -40,7 +40,7 @@ find_program(DOT "dot")
40
include("${CMAKE_CURRENT_LIST_DIR}/ensure_core_deps.cmake")
41
ensure_core_deps()
42
43
-# Setting Linux is forcing th extension to be .o instead of .obj when building on WIndows.
+# Setting Linux is forcing the extension to be .o instead of .obj when building on Windows.
44
# It is important because armlink is failing when files have .obj extensions (error with
45
# scatter file section not found)
46
SET(CMAKE_SYSTEM_NAME Linux)
0 commit comments