Skip to content

Commit

Permalink
Bump CMake minimum, disable self test
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerw committed Feb 9, 2021
1 parent 1c54b54 commit c0a234b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@
# mbedtls, mbedx509, mbedcrypto and apidoc targets.
#

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.13)
if(TEST_CPP)
project("mbed TLS" C CXX)
else()
Expand Down
2 changes: 1 addition & 1 deletion include/mbedtls/config.h
Expand Up @@ -1380,7 +1380,7 @@
*
* Enable the checkup functions (*_self_test).
*/
#define MBEDTLS_SELF_TEST
//#define MBEDTLS_SELF_TEST

/**
* \def MBEDTLS_SHA256_SMALLER
Expand Down

0 comments on commit c0a234b

Please sign in to comment.