mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 18:40:01 +00: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…
x
Reference in New Issue
Block a user