cmake_modules/paths.cmake
changeset 9200 37c37026f7ec
parent 9198 48b92ff6238f
child 9216 29372f16ddce
equal deleted inserted replaced
9198:48b92ff6238f 9200:37c37026f7ec
    57 #add the automatically determined parts of the RPATH
    57 #add the automatically determined parts of the RPATH
    58 #which point to directories outside the build tree to the install RPATH
    58 #which point to directories outside the build tree to the install RPATH
    59 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
    59 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
    60 
    60 
    61 
    61 
       
    62 #install_name_tool magic for OS X
       
    63 set(CMAKE_INSTALL_NAME_DIR "@executable_path/../Frameworks")
       
    64