mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-27 18:39:44 +00:00
Merge pull request #13967 from cscd98/windows-cmake
Fix cmake compilation on Windows 11
This commit is contained in:
commit
8323c21e40
1 changed files with 1 additions and 1 deletions
2
Externals/mbedtls/CMakeLists.txt
vendored
2
Externals/mbedtls/CMakeLists.txt
vendored
|
|
@ -20,7 +20,7 @@
|
|||
# mbedtls, mbedx509, mbedcrypto and apidoc targets.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 2.8.12...4.1.1)
|
||||
|
||||
# https://cmake.org/cmake/help/latest/policy/CMP0011.html
|
||||
# Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue