Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index c6b2b2a810..497dcd3d94 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -39,7 +39,6 @@ 6 set(CMAKE_INSTALL_DIR lib/cmake/fbthrift CACHE STRING 7 "The subdirectory where CMake package config files should be installed") 8 9-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}") 10 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) 11 12 # Add root dir so qualified includes work, e.g. #include "thrift/compiler/*.h".