Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Briar
acdc9374d2
Fix CMake 4.0 compilation error 2025-04-01 23:18:23 +02:00

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 3.5)
if(TEST_CPP) if(TEST_CPP)
project("mbed TLS" C CXX) project("mbed TLS" C CXX)
else() else()