Skip to content

Commit 4235979

Browse files
authored
Merge pull request #13598 from tink2123/fix_cmake_1.0
fix doc cmake in release/1.0.0
2 parents 9ff7866 + 0e3d8ab commit 4235979

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
add_custom_target(paddle_apis ALL
2-
DEPENDS paddle_v2_apis paddle_fluid_apis)
2+
DEPENDS paddle_v2_apis)
33

44
add_custom_target(paddle_docs ALL
55
DEPENDS paddle_v2_docs paddle_v2_docs_cn
6-
paddle_fluid_docs paddle_fluid_docs_cn
76
paddle_mobile_docs paddle_mobile_docs_cn)
87

98
add_subdirectory(v2)
10-
add_subdirectory(fluid)
119
add_subdirectory(mobile)

0 commit comments

Comments
 (0)