Skip to content

Commit

Permalink
Update CMakeLists.txt (#61944)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyulingyue authored Feb 22, 2024
1 parent 7a2bb2f commit 41c15b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions paddle/fluid/inference/analysis/ir_passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ if(WITH_LITE)
set(INFER_IR_PASSES
${INFER_IR_PASSES} lite_subgraph_pass
CACHE INTERNAL "")
cc_test(
lite_subgraph_pass_tester
SRCS lite_subgraph_pass_tester.cc
DEPS lite_subgraph_pass gtest glog)
paddle_test(lite_subgraph_pass_tester SRCS lite_subgraph_pass_tester.cc)
endif()

message("WITH_DLNNE:${WITH_DLNNE}")
Expand Down

0 comments on commit 41c15b3

Please sign in to comment.