From: Vsevolod Stakhov Date: Sat, 14 Feb 2015 00:49:34 +0000 (+0000) Subject: Another try to fix build. X-Git-Tag: 0.9.0~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384770006a206cf4e3f9b3f6fc278af745639e97;p=thirdparty%2Frspamd.git Another try to fix build. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a3b7d61e..37632d8d42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -882,7 +882,8 @@ ENDIF(HG) ################################ SOURCES SECTION ########################### INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src" - "${CMAKE_BINARY_DIR}/src" + "${CMAKE_BINARY_DIR}/src" + "${CMAKE_BINARY_DIR}/src/libcryptobox" "${CMAKE_SOURCE_DIR}/src/ucl/include" "${CMAKE_SOURCE_DIR}/contrib/uthash" "${CMAKE_SOURCE_DIR}/contrib/http-parser"