diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-26 15:28:02 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-26 15:28:02 +0000 |
commit | e15ac669034b761234ac3b64ddc4c6362f2eb328 (patch) | |
tree | 7988559b42a6e0048deca09d16bedf9000cfeb77 /contrib/lgpl | |
parent | 9c477a80e8437e20efe6ae29eb576be1173c55e7 (diff) | |
download | rspamd-e15ac669034b761234ac3b64ddc4c6362f2eb328.tar.gz rspamd-e15ac669034b761234ac3b64ddc4c6362f2eb328.zip |
Rework build system.
Diffstat (limited to 'contrib/lgpl')
-rw-r--r-- | contrib/lgpl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/lgpl/CMakeLists.txt b/contrib/lgpl/CMakeLists.txt index 56cedff89..2cd97a7f8 100644 --- a/contrib/lgpl/CMakeLists.txt +++ b/contrib/lgpl/CMakeLists.txt @@ -13,8 +13,6 @@ IF(GLIB2_VERSION VERSION_LESS "2.16") SET_TARGET_PROPERTIES(glibadditions PROPERTIES COMPILE_FLAGS "-I${CMAKE_SOURCE_DIR}/contrib/lgpl") TARGET_LINK_LIBRARIES(glibadditions ${CMAKE_REQUIRED_LIBRARIES}) - TARGET_LINK_LIBRARIES(glibadditions ${GLIB2_LIBRARIES}) - TARGET_LINK_LIBRARIES(glibadditions pcre) SET_TARGET_PROPERTIES(glibadditions PROPERTIES VERSION ${RSPAMD_VERSION}) |