mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
force x86-64 on MacOS
This commit is contained in:
parent
11149d7a97
commit
c75eb2bba2
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Require at least CMake version 3.14.5 or later for FetchContent
|
||||
cmake_minimum_required(VERSION 3.14.5)
|
||||
|
||||
# Force x86-64 on MacOS (for Apple Silicon)
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64")
|
||||
endif()
|
||||
|
||||
# Define the VTIL project
|
||||
project(VTIL-Core)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue