CMAKE_BUILD_WITH_INSTALL_RPATH,CMAKE_SKIP_BUILD_RAPTH,CMAKE_SKIP_INSTALL_RPATH的话,默认CMake在帮你编译之后,如果你使用了相关动态库,它会在相应的executable中增加你相关生成动态库的路径,这样当你每次去执行的时候你不需要每次都LD_LIBRARY_PATH就可以正常运行。
Right, I exported the package tohttps://www.conan.io/source/sfml/2.3.2/cpbotha/stableafter which I completely nuked my ~/.conan and started afresh with sfml test app's conanfile. If I keep the defaultCMAKE_SKIP_RPATH 1this happens: ...