From b19037190a9f8710cdbc7745feacf96cf9fffbd7 Mon Sep 17 00:00:00 2001 From: yangqingyou Date: Fri, 22 May 2020 02:52:10 +0000 Subject: [PATCH] remove debug build type, test=develop --- paddle/fluid/framework/io/crypto/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/paddle/fluid/framework/io/crypto/CMakeLists.txt b/paddle/fluid/framework/io/crypto/CMakeLists.txt index 175e124638f..223e7fd4608 100644 --- a/paddle/fluid/framework/io/crypto/CMakeLists.txt +++ b/paddle/fluid/framework/io/crypto/CMakeLists.txt @@ -1,14 +1,3 @@ -#cc_library(cipher_factory SRCS cipher_factory.cc DEPS aes_gcm_crypto) -#cc_library(crypto_helper SRCS crypto_helper.cc DEPS cryptopp) -#cc_library(aes_gcm_crypto SRCS aes_gcm_crypto.cc DEPS cryptopp glog) - cc_library(paddle_ciphers SRCS cipher_utils.cc cipher.cc aes_cipher.cc DEPS cryptopp) - -#cc_test(crypt_fstream_test SRCS crypt_fstream_test.cc DEPS cryptopp) 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) - -set(CMAKE_BUILD_TYPE "Debug") -#add_executable(cryptopp_test cryptopp_test.cc) -#target_link_libraries(cryptopp_test cryptopp crypto_helper) -- GitLab