Spelling fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
582f72bf3b
commit
a14f5d9bd6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue