Allow cmake 'out-of-source' builds
Allow mbed TLS to be build in a subdirectory. Also add a test in all.sh
This commit is contained in:
parent
d9eba4ba3d
commit
f07314e787
@ -42,7 +42,7 @@ FORCE=0
|
|||||||
: ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"}
|
: ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"}
|
||||||
: ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build}
|
: ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build}
|
||||||
|
|
||||||
usage()
|
sage()
|
||||||
{
|
{
|
||||||
printf "Usage: $0\n"
|
printf "Usage: $0\n"
|
||||||
printf " -h|--help\t\tPrint this help.\n"
|
printf " -h|--help\t\tPrint this help.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user