mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Fix assorted spelling and wording issues
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@@ -19,10 +19,10 @@ set(executables
|
||||
)
|
||||
|
||||
if(DEV_MODE)
|
||||
# Inform CMake the the following file will be generated as part of the build
|
||||
# Inform CMake that the following file will be generated as part of the build
|
||||
# process, so it doesn't complain that it doesn't exist yet. Starting from
|
||||
# CMake 3.20, this will no longer be necessary as CMake will automatically
|
||||
# propagate this information accross the tree, for now it's only visible
|
||||
# propagate this information across the tree, for now it's only visible
|
||||
# inside the same directory, so we need to propagate manually.
|
||||
set_source_files_properties(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/../test/query_config.c
|
||||
|
||||
Reference in New Issue
Block a user