Skip to content

Commit 9fa277f

Browse files
authored
Merge pull request #11901 from velconia/014
Turn option WITH_ANAKIN in paddle_build.sh to OFF
2 parents 2ca0e3c + 7c5e736 commit 9fa277f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function cmake_gen() {
106106
-DWITH_FLUID_ONLY=${WITH_FLUID_ONLY:-OFF}
107107
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
108108
-DWITH_CONTRIB=${WITH_CONTRIB:-ON}
109+
-DWITH_ANAKIN=${WITH_ANAKIN:-OFF}
109110
========================================
110111
EOF
111112
# Disable UNITTEST_USE_VIRTUALENV in docker because
@@ -133,7 +134,7 @@ EOF
133134
-DWITH_FLUID_ONLY=${WITH_FLUID_ONLY:-OFF} \
134135
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
135136
-DWITH_CONTRIB=${WITH_CONTRIB:-ON} \
136-
-DWITH_ANAKIN=ON
137+
-DWITH_ANAKIN=${WITH_ANAKIN:-OFF}
137138
}
138139

139140
function abort(){

0 commit comments

Comments
 (0)