Skip to content

Commit

Permalink
Fix building on Apple Silicon (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cozey7 authored Jan 18, 2025
1 parent f5605f0 commit 403cdc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.24)

set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR arm)
project(25e)

# Needed for ExternalProject_Add
Expand Down

0 comments on commit 403cdc7

Please sign in to comment.