Skip to content
Snippets Groups Projects
  1. Nov 01, 2016
    • Gregor Jasny's avatar
      Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path" · 542d52f9
      Gregor Jasny authored and Brad King's avatar Brad King committed
      Revert commit v3.7.0-rc1~48^2 (Xcode: Convert maybe unversioned OSX
      sysroot into versioned SDK path, 2016-09-25).  The replacement of
      `else()` with `if(CMAKE_OSX_SYSROOT)` defeats the prior handling of
      `if("x${CMAKE_OSX_SYSROOT}" MATCHES "/")`. This causes the combination
      
          -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" -DCMAKE_OSX_SYSROOT:STRING=/
      
      to not be honored and `-isysroot` to be emitted as a compiler flag
      universally.  We will need another solution to the problem the
      now-reverted commit was meant to address.
      
      Closes: #16394
      542d52f9
  2. Oct 19, 2016
  3. Oct 18, 2016
  4. Oct 17, 2016
  5. Oct 14, 2016
  6. Oct 13, 2016
  7. Oct 11, 2016
  8. Oct 10, 2016
  9. Oct 08, 2016
  10. Oct 07, 2016
Loading