mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 01:56:23 +00:00
CMake: Update cmake_minimum_required calls using versions less than 2.8.12. CMake warns support will be removed in a future version.
This commit is contained in:
parent
4705af59c6
commit
1699afff87
5 changed files with 5 additions and 5 deletions
2
Externals/mbedtls/CMakeLists.txt
vendored
2
Externals/mbedtls/CMakeLists.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
project("mbed TLS" C)
|
||||
|
||||
set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue