Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#1715 from jacquesqiao/clean-cmake
Browse files Browse the repository at this point in the history
remove WITH_PREDICT_SDK
  • Loading branch information
jacquesqiao authored Mar 28, 2017
2 parents 5e55089 + 49cc062 commit 06b2e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions paddle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ add_subdirectory(pserver)
add_subdirectory(trainer)
add_subdirectory(scripts)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
${CMAKE_CURRENT_SOURCE_DIR}/setup.py)

if(WITH_PREDICT_SDK)
add_subdirectory(predict)
endif()

if(WITH_SWIG_PY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
${CMAKE_CURRENT_SOURCE_DIR}/setup.py)
add_subdirectory(api)
endif()
1 change: 0 additions & 1 deletion paddle/scripts/submit_local.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function version(){
echo " with_python: @WITH_PYTHON@"
echo " with_rdma: @WITH_RDMA@"
echo " with_timer: @WITH_TIMER@"
echo " with_predict_sdk: @WITH_PREDICT_SDK@"
}

function ver2num() {
Expand Down

0 comments on commit 06b2e4d

Please sign in to comment.