Skip to content

Commit be23de8

Browse files
committed
fix(cmake): typo
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 82af34e commit be23de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/toolchain.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ find_program(DOT "dot")
4040
include("${CMAKE_CURRENT_LIST_DIR}/ensure_core_deps.cmake")
4141
ensure_core_deps()
4242

43-
# Setting Linux is forcing th extension to be .o instead of .obj when building on WIndows.
43+
# Setting Linux is forcing the extension to be .o instead of .obj when building on Windows.
4444
# It is important because armlink is failing when files have .obj extensions (error with
4545
# scatter file section not found)
4646
SET(CMAKE_SYSTEM_NAME Linux)

0 commit comments

Comments
 (0)