Skip to content

Commit f122494

Browse files
committed
fix analysis compile bug
1 parent 066f537 commit f122494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paddle/fluid/inference/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ endif()
2828
if(WITH_TESTING)
2929
# both tests/book and analysis depends the models that generated by python/paddle/fluid/tests/book
3030
add_subdirectory(tests/book)
31-
add_subdirectory(analysis)
3231
endif()
3332

33+
add_subdirectory(analysis)
34+
3435
if (TENSORRT_FOUND)
3536
add_subdirectory(tensorrt)
3637
endif()

0 commit comments

Comments
 (0)