Re: [hatari-devel] Minor CMake cleanup |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
It seems that CMAKE_XCODE_ATTRIBUTE_LD_RUNPATH_SEARCH_PATHS was added by Troed together with lots of other lines that are no longer here: https://listengine.tuxfamily.org/lists.tuxfamily.org/hatari-devel/2023/04/msg00046.html I did not find very much about that attribute. There is a discussion here: https://cmake.org/pipermail/cmake/2013-February/053626.html Removing the line does not have an effect on Previous. Probably these lines in src/CMakeLists.txt make it obsolete: set_target_properties(${APP_NAME} PROPERTIES INSTALL_RPATH "@executable_path/../Frameworks") set_target_properties(${APP_NAME} PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE) Regards, Andreas |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |