diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-15 11:47:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-15 11:47:16 +0100 |
commit | 95b113764d8e2199dd30cd0ffcf2a8c1dfab9875 (patch) | |
tree | cbc75b5ae52d1e55212dff5f3cc82b7c47a47d66 /contrib/replxx | |
parent | e229b6dd55b04b155b17fcb8c09b9f7e602c4913 (diff) | |
download | rspamd-95b113764d8e2199dd30cd0ffcf2a8c1dfab9875.tar.gz rspamd-95b113764d8e2199dd30cd0ffcf2a8c1dfab9875.zip |
[Rework] Require CMake 3.9 to work, remove manual lto crap
Diffstat (limited to 'contrib/replxx')
-rw-r--r-- | contrib/replxx/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/replxx/CMakeLists.txt b/contrib/replxx/CMakeLists.txt index a2dcf2dd1..a1b40dfdb 100644 --- a/contrib/replxx/CMakeLists.txt +++ b/contrib/replxx/CMakeLists.txt @@ -1,7 +1,4 @@ # -*- mode: CMAKE; -*- - -cmake_minimum_required(VERSION 3.0) - project( replxx VERSION 0.0.2 LANGUAGES CXX C ) message(STATUS "Build mode: ${CMAKE_BUILD_TYPE}") |