diff --git a/paddle/fluid/framework/io/crypto/CMakeLists.txt b/paddle/fluid/framework/io/crypto/CMakeLists.txt index 223e7fd4608776d8681de1f7c769a6844bac3cbe..ab4efe83aa576202eca0ffdaeb09fbed438f1390 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)