From 011dd3b899aaf12cc24cd80ba9759027c0627cc4 Mon Sep 17 00:00:00 2001 From: yangqingyou Date: Fri, 22 May 2020 03:25:41 +0000 Subject: [PATCH] fixed CMakeLists for new target, test=develop --- paddle/fluid/framework/io/crypto/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/io/crypto/CMakeLists.txt b/paddle/fluid/framework/io/crypto/CMakeLists.txt index 223e7fd4608..ab4efe83aa5 100644 --- a/paddle/fluid/framework/io/crypto/CMakeLists.txt +++ b/paddle/fluid/framework/io/crypto/CMakeLists.txt @@ -1,3 +1,3 @@ -cc_library(paddle_ciphers SRCS cipher_utils.cc cipher.cc aes_cipher.cc DEPS cryptopp) +cc_library(paddle_ciphers SRCS cipher_utils.cc cipher.cc aes_cipher.cc DEPS cryptopp enforce) cc_test(aes_cipher_test SRCS aes_cipher_test.cc DEPS paddle_ciphers) cc_test(cipher_utils_test SRCS cipher_utils_test.cc DEPS paddle_ciphers) -- GitLab