Skip to content

Commit

Permalink
Merge pull request #1569 from bagong/macCMInstall
Browse files Browse the repository at this point in the history
OSX: return to old default cmake install location ./Install
  • Loading branch information
telephon committed Jun 27, 2015
2 parents d0a8f98 + df8419e commit 85e4db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ if(APPLE)
set_property(DIRECTORY
APPEND
PROPERTY COMPILE_DEFINITIONS SC_DARWIN)
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/Install")
elseif(UNIX)
add_definitions(-DSC_DATA_DIR="${CMAKE_INSTALL_PREFIX}/share/SuperCollider")
endif()
Expand Down

0 comments on commit 85e4db3

Please sign in to comment.