Merge pull request #9005

0d763a1 depends: move cmake system config to hosts files (tobtoht)
This commit is contained in:
luigi1111
2024-02-24 09:57:09 -05:00
7 changed files with 10 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
# Set the system name to one of Android, Darwin, FreeBSD, Linux, or Windows
SET(CMAKE_SYSTEM_NAME @depends@)
SET(CMAKE_SYSTEM_NAME @cmake_system_name@)
SET(CMAKE_SYSTEM_PROCESSOR @arch@)
SET(CMAKE_BUILD_TYPE @release_type@)