Fix for OSX-specific CMake bug

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
Post Reply
digsmahler
Posts: 1
Joined: Fri May 26, 2017 3:34 pm

Fix for OSX-specific CMake bug

Post by digsmahler »

I wanted to get FreeCAD running in OSX without a VM, and encountered this bug during the CMake process:

CMake Error at src/MacAppBundle/CMakeLists.txt:25 (string):
string sub-command STRIP requires two arguments.

Minor PR fix here allows the build to continue:

https://github.com/FreeCAD/FreeCAD/pull/782
Post Reply