Fix CMake 4.0 compilation error
This commit is contained in:
parent
8c88150ca1
commit
acdc9374d2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
if(TEST_CPP)
|
||||
project("mbed TLS" C CXX)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue