From cfa9a45dd677a2f1e86c3773cfcb2df8df967b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 13:33:31 +0000 Subject: [PATCH] Rename in cmake help strings --- CMakeLists.txt | 10 +++++----- include/CMakeLists.txt | 2 +- library/CMakeLists.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84854833a..aea680672 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,11 +39,11 @@ if(CMAKE_BUILD_TYPE STREQUAL "Coverage") endif(CMAKE_COMPILER_IS_CLANG) endif(CMAKE_BUILD_TYPE STREQUAL "Coverage") -option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library." OFF) +option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF) -option(ENABLE_ZLIB_SUPPORT "Build PolarSSL with zlib library." OFF) -option(ENABLE_PROGRAMS "Build PolarSSL programs." ON) -option(ENABLE_TESTING "Build PolarSSL tests." ON) +option(ENABLE_ZLIB_SUPPORT "Build mbed TLS with zlib library." OFF) +option(ENABLE_PROGRAMS "Build mbed TLS programs." ON) +option(ENABLE_TESTING "Build mbed TLS tests." ON) if(ENABLE_TESTING) enable_testing() @@ -103,7 +103,7 @@ if(ENABLE_TESTING) COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info COMMAND lcov --remove all.info -o final.info '*.h' COMMAND gendesc tests/Descriptions.txt -o descriptions - COMMAND genhtml --title PolarSSL --description-file descriptions --keep-descriptions --legend --no-branch-coverage -o Coverage final.info + COMMAND genhtml --title mbed TLS --description-file descriptions --keep-descriptions --legend --no-branch-coverage -o Coverage final.info COMMAND rm -f files.info tests.info all.info final.info descriptions ) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8468871dc..17a098c34 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,4 +1,4 @@ -option(INSTALL_POLARSSL_HEADERS "Install PolarSSL headers." ON) +option(INSTALL_POLARSSL_HEADERS "Install mbed TLS headers." ON) if(INSTALL_POLARSSL_HEADERS) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index f562ca6f4..4de96c93e 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -1,6 +1,6 @@ -option(USE_STATIC_POLARSSL_LIBRARY "Build PolarSSL static library." ON) -option(USE_SHARED_POLARSSL_LIBRARY "Build PolarSSL shared library." OFF) -option(LINK_WITH_PTHREAD "Explicitly link PolarSSL library to pthread." OFF) +option(USE_STATIC_POLARSSL_LIBRARY "Build mbed TLS static library." ON) +option(USE_SHARED_POLARSSL_LIBRARY "Build mbed TLS shared library." OFF) +option(LINK_WITH_PTHREAD "Explicitly link mbed TLS library to pthread." OFF) set(src aes.c