Skip to content

Commit 809afc1

Browse files
VladRassokhinnikita-nazarov
authored andcommitted
Make macOS library compatible with 10.13+
1 parent 9999c3a commit 809afc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.1)
22

33
# always build universal binaries on macOS
44
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "")
5+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "")
56

67
project(memory_agent)
78

0 commit comments

Comments
 (0)