diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-26 11:33:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-26 11:33:20 +0100 |
commit | efe1fd3c0c2506b2131956699cb74ff1dd7051e5 (patch) | |
tree | 3f78c26182625002c4b267c89c630b1d8e63666a /contrib/google-ced | |
parent | 19b2617fa8e2e8ec7c5181a6a2c97aa7908886c3 (diff) | |
download | rspamd-efe1fd3c0c2506b2131956699cb74ff1dd7051e5.tar.gz rspamd-efe1fd3c0c2506b2131956699cb74ff1dd7051e5.zip |
[Minor] Add derive notice to contrib/google-ced
Diffstat (limited to 'contrib/google-ced')
-rw-r--r-- | contrib/google-ced/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/google-ced/CMakeLists.txt b/contrib/google-ced/CMakeLists.txt index e1c1c3edb..7fa698da9 100644 --- a/contrib/google-ced/CMakeLists.txt +++ b/contrib/google-ced/CMakeLists.txt @@ -1,6 +1,9 @@ # Copyright 2016 Google Inc. All Rights Reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# +# This library is derived from https://github.com/google/compact_enc_det +# git id: 37529e628fbac2e4c0d4d8520be9db789f316c9e project(CED CXX) set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS 1 CACHE INTERNAL "No dev warnings") |