From d04dca37983c16ede418f8d0f1888394be8a5ec2 Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Tue, 31 Jul 2018 09:17:33 +0800 Subject: [PATCH] revert cmakelist --- paddle/fluid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/CMakeLists.txt b/paddle/fluid/CMakeLists.txt index e2e26fc5d40..d274d96c29b 100644 --- a/paddle/fluid/CMakeLists.txt +++ b/paddle/fluid/CMakeLists.txt @@ -6,4 +6,4 @@ add_subdirectory(pybind) add_subdirectory(string) add_subdirectory(recordio) # NOTE: please add subdirectory inference at last. -#add_subdirectory(inference) +add_subdirectory(inference) -- GitLab