1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 18:47:46 +00:00

Toolchain: Remove upstreamed CMake platform files :^)

This commit is contained in:
Andrew Kaster 2022-12-10 13:36:37 -07:00 committed by Andreas Kling
parent e28bc77778
commit d2f78a9411
11 changed files with 0 additions and 60 deletions

View file

@ -1,7 +1,3 @@
if (${CMAKE_VERSION} VERSION_LESS "3.25.0")
list(APPEND CMAKE_MODULE_PATH "@SERENITY_SOURCE_DIR@/Toolchain/CMake")
endif()
set(CMAKE_SYSTEM_NAME SerenityOS)
set(CMAKE_SYSTEM_PROCESSOR "@SERENITY_ARCH@")