a small fix for compile WITH_INFERENCE=OFF (#13869)

test=develop
revert-13872-fix2
Qiao Longfei 6 years ago committed by GitHub
parent 323d67cfc1
commit b16e9cd105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,5 @@ endif(NOT WIN32)
if(WITH_INFERENCE)
# NOTE: please add subdirectory inference at last.
add_subdirectory(inference)
add_subdirectory(train)
endif()
add_subdirectory(train)

Loading…
Cancel
Save