On Fri, Oct 21, 2016 at 10:31:00 -0400, David Thompson wrote: > Your attempt to set CMAKE_OSX_SDK=10.12 was probably on the superbuild > project, and it is not passed to the Qt subproject as QT_MAC_SDK. Try > passing the proper value to CMAKE_OSX_SDK (i.e., the full path which > is usually > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk) > and see if the superbuild properly determines the value of > QMAKE_MAC_SDK from that.
No, CMAKE_OSX_SDK is the name of the SDK. The path is CMAKE_OSX_SYSROOT. --Ben _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
