mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Spelling fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
582f72bf3b
commit
a14f5d9bd6
|
|
@ -131,7 +131,7 @@ function(link_to_source base_name)
|
||||||
set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}")
|
set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Linking to non-existant file is not desirable. At best you will have a
|
# Linking to non-existent file is not desirable. At best you will have a
|
||||||
# dangling link, but when building in tree, this can create a symbolic link
|
# dangling link, but when building in tree, this can create a symbolic link
|
||||||
# to itself.
|
# to itself.
|
||||||
if (EXISTS ${target} AND NOT EXISTS ${link})
|
if (EXISTS ${target} AND NOT EXISTS ${link})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue