aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-11 16:08:30 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-11 16:08:30 +0000
commitd543bb540db79872e3fdf676d3aa1b858894b265 (patch)
treea17907fca0fdcd3ea10aeea643421c04206e4d66 /contrib/hiredis
parent4fc834d623c76da7f51a70b2ee6055f912671330 (diff)
downloadrspamd-d543bb540db79872e3fdf676d3aa1b858894b265.tar.gz
rspamd-d543bb540db79872e3fdf676d3aa1b858894b265.zip
Try to fix brain damage of cmake
Diffstat (limited to 'contrib/hiredis')
-rw-r--r--contrib/hiredis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hiredis/CMakeLists.txt b/contrib/hiredis/CMakeLists.txt
index c8896868c..5134ee9a6 100644
--- a/contrib/hiredis/CMakeLists.txt
+++ b/contrib/hiredis/CMakeLists.txt
@@ -10,6 +10,6 @@ IF("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUA
SET(HIREDIS_CFLAGS "${HIREDIS_CFLAGS} -O3")
ENDIF()
-ADD_LIBRARY(rspamd-hiredis STATIC "${HIREDISSRC}")
+ADD_LIBRARY(rspamd-hiredis STATIC ${HIREDISSRC})
SET_TARGET_PROPERTIES(rspamd-hiredis PROPERTIES COMPILE_FLAGS "${HIREDIS_CFLAGS}") \ No newline at end of file