1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix some comments regarding what files are symlinked

This commit is contained in:
Gilles Peskine
2018-03-22 17:12:46 +01:00
parent b2f09c3265
commit be038366ea
2 changed files with 2 additions and 4 deletions

View File

@@ -189,8 +189,7 @@ if(ENABLE_TESTING)
endif(UNIX)
endif()
# Make scripts and data files needed for testing available in an
# out-of-source build.
# Make scripts needed for testing available in an out-of-source build.
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
link_to_source(scripts)
endif()

View File

@@ -10,8 +10,7 @@ if(INSTALL_MBEDTLS_HEADERS)
endif(INSTALL_MBEDTLS_HEADERS)
# Make scripts and data files needed for testing available in an
# out-of-source build.
# Make config.h available in an out-of-source build. ssl-opt.sh requires it.
if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
link_to_source(mbedtls)
endif()