Skip to content

Commit 9df6df6

Browse files
jmcintyreJared McIntyre
authored and
Jared McIntyre
committed
Enable fat binaries for macOS
1 parent 1ed9031 commit 9df6df6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
2+
3+
SET(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Build all architectures for Mac OS X" FORCE)
4+
25
project(AtomicParsley)
36

47
if(NOT CMAKE_BUILD_TYPE)

0 commit comments

Comments
 (0)