We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d1295 commit 9999c3aCopy full SHA for 9999c3a
CMakeLists.txt
@@ -1,4 +1,8 @@
1
cmake_minimum_required(VERSION 3.1)
2
+
3
+# always build universal binaries on macOS
4
+set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "")
5
6
project(memory_agent)
7
8
set(CMAKE_CXX_STANDARD 14)
0 commit comments