Skip to content

Commit c0da87f

Browse files
committed
add TODO in WITH_FLUID option
1 parent f1c4c80 commit c0da87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ option(WITH_COVERAGE "Compile PaddlePaddle with code coverage" OFF)
5555
option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
5656
option(ON_TRAVIS "Exclude special unit test on Travis CI" OFF)
5757
option(WITH_C_API "Compile PaddlePaddle with C-API(Prediction)" OFF)
58-
option(WITH_FLUID "Compile PaddlePaddle fluid only" ON)
58+
# TODO: Only compile PaddlePaddle fluid version by WITH_FLUID option.
59+
option(WITH_FLUID "Compile PaddlePaddle fluid only(TODO)" ON)
5960
option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
6061
option(GLIDE_INSTALL "Download and install go dependencies " ON)
6162
option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)

0 commit comments

Comments
 (0)