From efe1fd3c0c2506b2131956699cb74ff1dd7051e5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 26 May 2020 11:33:20 +0100 Subject: [PATCH] [Minor] Add derive notice to contrib/google-ced --- contrib/google-ced/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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") -- 2.39.5