summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-03-29 14:43:14 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-03-29 14:43:14 +0100
commitdfbd181e9cc0dc13eba0d00b0fa77b133ee364f3 (patch)
treef31eab9e3ca194f1303bcecfe59b25bdb4ac276c /CMakeLists.txt
parent7f296c74ccf9cc73ea141c99c1a6ca7840e2b5d3 (diff)
downloadrspamd-dfbd181e9cc0dc13eba0d00b0fa77b133ee364f3.tar.gz
rspamd-dfbd181e9cc0dc13eba0d00b0fa77b133ee364f3.zip
[Project] Css: Tidy up lambdas
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a42d1886..b53793008 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/"
"${CMAKE_SOURCE_DIR}/contrib/frozen/include"
"${CMAKE_SOURCE_DIR}/contrib/fmt/include"
"${CMAKE_SOURCE_DIR}/contrib/doctest"
- "${CMAKE_BINARY_DIR}/contrib/fu2/include"
+ "${CMAKE_SOURCE_DIR}/contrib/fu2/include"
"${CMAKE_BINARY_DIR}/src" #Stored in the binary dir
"${CMAKE_BINARY_DIR}/src/libcryptobox")