mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 02:25:39 +01:00
Merge pull request #3802 from peter-toft-greve/minimum_cmake
Update mimimum required cmake version
This commit is contained in:
commit
db8298ca61
@ -16,7 +16,7 @@
|
||||
# will be removed as well as this note.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
if(TEST_CPP)
|
||||
project("mbed TLS" C CXX)
|
||||
else()
|
||||
|
3
ChangeLog.d/minimum_cmake_version_PR3802.txt
Normal file
3
ChangeLog.d/minimum_cmake_version_PR3802.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Requirement changes
|
||||
* Update the minimum required CMake version to 2.8.12.
|
||||
* This silences a warning on CMake 3.19.0. #3801
|
Loading…
Reference in New Issue
Block a user