mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Replace tabs with spaces
This commit is contained in:
parent
89c048c101
commit
037ec4b416
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
if(TEST_CPP)
|
||||
project("mbed TLS" C CXX)
|
||||
project("mbed TLS" C CXX)
|
||||
else()
|
||||
project("mbed TLS" C)
|
||||
project("mbed TLS" C)
|
||||
endif()
|
||||
|
||||
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue