Skip to content
  • Brad King's avatar
    Tests: Fix XCTest when ENV{SDKROOT} is set · d8cba536
    Brad King authored
    We use the host OS X version as the deployment target for this test.
    This breaks if the SDKROOT environment variable specifies an
    incompatible SDK version.  Explicitly specify `macosx` as the
    SDK so that CMake will automatically select a version matching
    the deployment target.
    d8cba536