From 0e3d8ab7d26322f31ae81d288516159f0a9236bf Mon Sep 17 00:00:00 2001 From: tink2123 Date: Wed, 26 Sep 2018 13:19:02 +0800 Subject: [PATCH] fix cmake in release/1.0.0 test=release/1.0.0 --- doc/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0f9521616..a777a4974 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,11 +1,9 @@ add_custom_target(paddle_apis ALL - DEPENDS paddle_v2_apis paddle_fluid_apis) + DEPENDS paddle_v2_apis) add_custom_target(paddle_docs ALL DEPENDS paddle_v2_docs paddle_v2_docs_cn - paddle_fluid_docs paddle_fluid_docs_cn paddle_mobile_docs paddle_mobile_docs_cn) add_subdirectory(v2) -add_subdirectory(fluid) add_subdirectory(mobile) -- GitLab