Hi there,

please can I request the following addition to SuperBuild.cmake, so that these 
values get passed to all sub-projects. It enabled me to build MITK 
(2013.09....ish) using the 10.8 SDK on Mavericks.

Thanks

Matt



if(APPLE)

  set(ep_common_args

       -DCMAKE_OSX_ARCHITECTURES:PATH=${CMAKE_OSX_ARCHITECTURES}

       -DCMAKE_OSX_DEPLOYMENT_TARGET:PATH=${CMAKE_OSX_DEPLOYMENT_TARGET}

       -DCMAKE_OSX_SYSROOT:PATH=${CMAKE_OSX_SYSROOT}

       ${ep_common_args}

      )

endif()


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to