X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=0d584981c27737cb9e063010a4096428342adc22;hb=785f671d065aa12941a98fca384248ac5cd6e527;hp=41b76324d486f8c2400b4e643e399876b2443955;hpb=8b0874e6ee4f0c7d4d6caf9bf13190cda0a415b5;p=awesomized%2Flibmemcached diff --git a/CMakeConfig.txt b/CMakeConfig.txt index 41b76324..0d584981 100644 --- a/CMakeConfig.txt +++ b/CMakeConfig.txt @@ -3,6 +3,15 @@ set(CMAKE_BUILD_TYPE Release set(CMAKE_INSTALL_PREFIX /usr/local CACHE PATH "install prefix") +if(APPLE) + set(CMAKE_INSTALL_RPATH @loader_path + CACHE STRING "set relative rpath") +elseif(UNIX) + # FIXME + set(CMAKE_INSTALL_RPATH $ORIGIN + CACHE STRING "set relative rpath") +endif() + option(BUILD_TESTING "whether to enable build of the test suite" OFF) option(BUILD_DOCSONLY "build *only* documentation"