diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 14:19:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 14:19:43 +0000 |
commit | c3928cf525609b7d8d0bb37091411a9b87c4ddec (patch) | |
tree | 689626ee6cd60e6396d69e30d58d537ae5cc2c57 /contrib | |
parent | 8f03e5ef523da05a7080e8e5f2617af5162ccab4 (diff) | |
download | rspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.tar.gz rspamd-c3928cf525609b7d8d0bb37091411a9b87c4ddec.zip |
[Rework] Further cmake system rework
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/replxx/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/replxx/CMakeLists.txt b/contrib/replxx/CMakeLists.txt index a1b40dfdb..b391639f5 100644 --- a/contrib/replxx/CMakeLists.txt +++ b/contrib/replxx/CMakeLists.txt @@ -1,6 +1,5 @@ # -*- mode: CMAKE; -*- project( replxx VERSION 0.0.2 LANGUAGES CXX C ) -message(STATUS "Build mode: ${CMAKE_BUILD_TYPE}") # INFO set(REPLXX_DISPLAY_NAME "replxx") |