X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=CMakeLists.txt;h=fdeaae9f72f163413b593dcf4137d084bfdcc03a;hb=e44bd6c763aa27c19142f4f3fabb94b1bf9fe827;hp=b2f7460f5845e38803016e89cb7a262a822446fe;hpb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;p=anna.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b2f7460..fdeaae9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,9 @@ set(VERSION_MAJOR 1) set(VERSION_MINOR 0) set(VERSION_PATCH 0) +# Dynamic libraries not linked to build tree: +set(CMAKE_SKIP_RPATH TRUE) + # Build type: if(NOT CMAKE_BUILD_TYPE) message(WARNING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel.")