From 32034cc3de5737680fc20d28c5434586db7b331f Mon Sep 17 00:00:00 2001 From: jackzhang235 Date: Sun, 15 Mar 2020 06:54:08 +0000 Subject: [PATCH] test=develop --- lite/api/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lite/api/CMakeLists.txt b/lite/api/CMakeLists.txt index c18e8a0d61..73bf89edf9 100644 --- a/lite/api/CMakeLists.txt +++ b/lite/api/CMakeLists.txt @@ -383,7 +383,6 @@ if(NOT IOS) FPGA_DEPS ${fpga_kernels} X86_DEPS ${x86_kernels} CUDA_DEPS ${cuda_kernels}) - if (WITH_TESTING) lite_cc_binary(test_transformer SRCS transform_test.cc DEPS paddle_api_full paddle_api_light gflags utils ${ops} ${host_kernels} -- GitLab