Skip to content

Commit 06b2e4d

Browse files
authored
Merge pull request #1715 from jacquesqiao/clean-cmake
remove WITH_PREDICT_SDK
2 parents 5e55089 + 49cc062 commit 06b2e4d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

paddle/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ add_subdirectory(pserver)
99
add_subdirectory(trainer)
1010
add_subdirectory(scripts)
1111

12-
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
13-
${CMAKE_CURRENT_SOURCE_DIR}/setup.py)
14-
15-
if(WITH_PREDICT_SDK)
16-
add_subdirectory(predict)
17-
endif()
18-
1912
if(WITH_SWIG_PY)
13+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
14+
${CMAKE_CURRENT_SOURCE_DIR}/setup.py)
2015
add_subdirectory(api)
2116
endif()

paddle/scripts/submit_local.sh.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function version(){
2222
echo " with_python: @WITH_PYTHON@"
2323
echo " with_rdma: @WITH_RDMA@"
2424
echo " with_timer: @WITH_TIMER@"
25-
echo " with_predict_sdk: @WITH_PREDICT_SDK@"
2625
}
2726

2827
function ver2num() {

0 commit comments

Comments
 (0)