-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
When make is run within mindboggle/surface_cpp_tools/bin after running cmake, I get an odd error, where it is trying to access an old (10.7 vs. 10.11) SDK:
Lutchi:bin arno$ make
[ 7%] Built target FsSurfaceReader
[ 15%] Built target GradientComputer
[ 23%] Built target MeshAnalyser
[ 30%] Built target PointAreaComputer
[ 38%] Built target Overlap
[ 46%] Built target TravelDepth
[ 53%] Built target VtkFileEditor
make[2]: *** No rule to make target /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/AGL.framework', needed by
travel_depth/TravelDepthMain'. Stop.
make[1]: *** [travel_depth/CMakeFiles/TravelDepthMain.dir/all] Error 2
make: *** [all] Error 2