File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ add_subdirectory(pserver)
9
9
add_subdirectory (trainer)
10
10
add_subdirectory (scripts)
11
11
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
-
19
12
if (WITH_SWIG_PY)
13
+ configure_file (${CMAKE_CURRENT_SOURCE_DIR} /setup.py.in
14
+ ${CMAKE_CURRENT_SOURCE_DIR} /setup.py)
20
15
add_subdirectory (api)
21
16
endif ()
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ function version(){
22
22
echo " with_python: @WITH_PYTHON@"
23
23
echo " with_rdma: @WITH_RDMA@"
24
24
echo " with_timer: @WITH_TIMER@"
25
- echo " with_predict_sdk: @WITH_PREDICT_SDK@"
26
25
}
27
26
28
27
function ver2num() {
You can’t perform that action at this time.
0 commit comments