Skip to content

Commit a2c6923

Browse files
committed
refine the structure of paddle_build.sh
1 parent 7521831 commit a2c6923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function cmake_gen() {
143143
-DWITH_CONTRIB=${WITH_CONTRIB:-ON}
144144
-DWITH_INFERENCE=${WITH_INFERENCE:-ON}
145145
-DWITH_INFERENCE_API_TEST=${WITH_INFERENCE_API_TEST:-ON}
146-
-DINFERENCE_DEMO_INSTALL_DIR=${INFERENCE_DEMO_INSTALL_DIR:-/root/.cache/inference_demo}
146+
-DINFERENCE_DEMO_INSTALL_DIR=${INFERENCE_DEMO_INSTALL_DIR}
147147
-DWITH_ANAKIN=${WITH_ANAKIN:-OFF}
148148
-DPY_VERSION=${PY_VERSION:-2.7}
149149
========================================

0 commit comments

Comments
 (0)