commit | 037ec4b416af07ddd9fa66526da4eeba5bbfbeb0 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Jun 26 06:57:55 2018 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Thu Jun 28 05:07:08 2018 -0400 |
tree | 126f2e23ba450170484fe02a4345dd4d97ea20b0 | |
parent | 89c048c101930a60f496fde68f21e7fa0831cd84 [diff] [blame] |
Replace tabs with spaces
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6133d07..4dbe76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -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)