We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c4c80 commit c0da87fCopy full SHA for c0da87f
CMakeLists.txt
@@ -55,7 +55,8 @@ option(WITH_COVERAGE "Compile PaddlePaddle with code coverage" OFF)
55
option(COVERALLS_UPLOAD "Package code coverage data to coveralls" OFF)
56
option(ON_TRAVIS "Exclude special unit test on Travis CI" OFF)
57
option(WITH_C_API "Compile PaddlePaddle with C-API(Prediction)" OFF)
58
-option(WITH_FLUID "Compile PaddlePaddle fluid only" ON)
+# TODO: Only compile PaddlePaddle fluid version by WITH_FLUID option.
59
+option(WITH_FLUID "Compile PaddlePaddle fluid only(TODO)" ON)
60
option(WITH_GOLANG "Compile PaddlePaddle with GOLANG" OFF)
61
option(GLIDE_INSTALL "Download and install go dependencies " ON)
62
option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)
0 commit comments