Update cmrc submodule (#810)

* Update cmrc submodule

* Bump up cryptopp CMake version

* Update dynarmic

* Update xbyak
This commit is contained in:
wheremyfoodat
2025-10-11 23:46:42 +03:00
committed by GitHub
parent 2bedba53d3
commit 560d42414c
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
# - configured to build a static library only
# - adds include directories to the library target
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.12)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif ()