equal
deleted
inserted
replaced
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 |