Skip to content
Snippets Groups Projects
Commit d8316697 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

change install prefix

parent 69dc5352
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,10 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(README_FILE "${CMAKE_SOURCE_DIR}/README.md")
if(APPLE AND CMAKE_INSTALL_PREFIX MATCHES "/usr/local")
set(CMAKE_INSTALL_PREFIX ${EXECUTABLE_OUTPUT_PATH}) #"/Applications")
set(CMAKE_INSTALL_PREFIX ${EXECUTABLE_OUTPUT_PATH}) #"/nApplications")
endif()
set(CMAKE_INSTALL_PREFIX /tmp)
# these files compile need Cocoa (evtl. Mac specific)
SET(MAC_FIX_SRC src/fix/osx_thread_fix.mm) #.mm
SET(MAC_FIX_HDR src/fix/osx_thread_fix.h) #.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment