From 549402f683d494c10f9fd23bac4f2a6f4949e538 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 24 Apr 2015 22:21:39 +0200 Subject: Try fix RPATH --- contrib/aho-corasick/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt index 1670a5565..3bccab7b2 100644 --- a/contrib/aho-corasick/CMakeLists.txt +++ b/contrib/aho-corasick/CMakeLists.txt @@ -5,4 +5,4 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQU endif () ADD_LIBRARY(rspamd-actrie SHARED ${AHOCORASICSRC}) INSTALL(TARGETS rspamd-actrie - LIBRARY DESTINATION lib/rspamd) \ No newline at end of file + LIBRARY DESTINATION {RSPAMD_LIBDIR}) -- cgit v1.2.3