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 9999c3a commit 809afc1Copy full SHA for 809afc1
CMakeLists.txt
@@ -2,6 +2,7 @@ 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
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "")
6
7
project(memory_agent)
8
0 commit comments