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 a8fb62f commit 108e408Copy full SHA for 108e408
CMakeLists.txt
@@ -2,6 +2,12 @@ cmake_minimum_required(VERSION 3.16.3)
2
3
set(EXTERNAL_DIR "${CMAKE_SOURCE_DIR}/external")
4
5
+if(APPLE)
6
+ if(NOT CMAKE_OSX_SYSROOT)
7
+ set(CMAKE_OSX_SYSROOT "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk")
8
+ endif()
9
+endif()
10
+
11
if(DISABLE_VCPKG)
12
else()
13
# Enable vcpkg
0 commit comments