X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=CMakeLists.txt;h=fdeaae9f72f163413b593dcf4137d084bfdcc03a;hp=b2f7460f5845e38803016e89cb7a262a822446fe;hb=f6a2bc0692ff9b4eb3cf35b3458acc3b527a5f66;hpb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c 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.")