Skip to content

Commit

Permalink
Enable fat binaries for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcintyre authored and wez committed Dec 4, 2024
1 parent 1ed9031 commit 1ca825d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.5)

SET(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Build all architectures for Mac OS X" FORCE)

project(AtomicParsley)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 1ca825d

Please sign in to comment.