On Friday, June 11, 2010, Martin Costabel wrote: > -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" > -DCMAKE_OSX_SYSROOT:PATH="/" Hi Martin, thanks for the pointer! set (CMAKE_OSX_ARCHITECTURES "") in the main CMakeLists.txt did the trick. Phew :) Cheers Daniel