Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#13597 from tink2123/fix_cmake_list
Browse files Browse the repository at this point in the history
fix doc cmake in develop
  • Loading branch information
shanyi15 authored Sep 27, 2018
2 parents c0a66b6 + e852204 commit 46f2554
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 46f2554

Please sign in to comment.