Skip to content

Commit b16e9cd

Browse files
authored
a small fix for compile WITH_INFERENCE=OFF (#13869)
test=develop
1 parent 323d67c commit b16e9cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/fluid/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ endif(NOT WIN32)
1212
if(WITH_INFERENCE)
1313
# NOTE: please add subdirectory inference at last.
1414
add_subdirectory(inference)
15+
add_subdirectory(train)
1516
endif()
16-
17-
add_subdirectory(train)

0 commit comments

Comments
 (0)