[bt-devel] CMakeLists.txt for Mac

Greg Hellings greg.hellings at gmail.com
Wed Feb 25 15:59:49 MST 2009


It seems that the MacOS portion of the CMakeLists.txt hasn't quite
made it to the correct form.  The portion that should have been edited
needs to look as follows:

######################################################
# Install files
#
IF (APPLE)
        SET (BT_DESTINATION "bibletime.app/Contents/MacOS")
        SET (BT_SHARE_PATH "bibletime.app/Contents/")
ELSE (APPLE)
        SET (BT_DESTINATION "bin/")
        SET (BT_SHARE_PATH "")
ENDIF (APPLE)


When I updated on my Mac, the first two SET() calls were messed up.

--Greg



More information about the bt-devel mailing list