You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes after running make, CPack will not load the configuration for which type of installer to build. You can either do this manually with cpack -G <generator> . or by rerunning cmake .. && cpack .
The <generator> for each OS is:
MacOS: DragNDrop
Linux: STGZ
OSX
Make sure to install the 10.9 OS X SDK from the apple dev repositories.