Commit 960d2010 authored by Justin MacCallum's avatar Justin MacCallum
Browse files

Remove hardcoded osx sysroot

parent 5f144c2c
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
set(OPENMM_BUILD_CUDA_TESTS TRUE CACHE BOOL "Whether to build CUDA test cases") set(OPENMM_BUILD_CUDA_TESTS TRUE CACHE BOOL "Whether to build CUDA test cases")
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
set(OPENMM_BUILD_OPENCL_TESTS TRUE CACHE BOOL "Whether to build OpenCL test cases") set(OPENMM_BUILD_OPENCL_TESTS TRUE CACHE BOOL "Whether to build OpenCL test cases")
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
IF (APPLE) IF (APPLE)
SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6") SET (CMAKE_OSX_DEPLOYMENT_TARGET "10.6")
SET (CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
ENDIF (APPLE) ENDIF (APPLE)
# The source is organized into subdirectories, but we handle them all from # The source is organized into subdirectories, but we handle them all from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment