RPATH skipped. Added testing so library. Improve support for default CCR configuratio...
[anna.git] / CMakeLists.txt
index b2f7460..fdeaae9 100644 (file)
@@ -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.")