Skip to content

Commit be29669

Browse files
committed
cmake
1 parent 6016393 commit be29669

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ include_directories(
99
${PROJECT_SOURCE_DIR}/include)
1010

1111
link_directories(
12-
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/gen/lib
13-
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/gen/protobuf-host/lib
14-
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/gen/protobuf-host/lib/)
12+
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/gen/lib)
1513

1614
set(DEEP_CTR_LINKER_LIBS "")
17-
list(APPEND DEEP_CTR_LINKER_LIBS libtensorflow-core.a libprotobuf.a pthread m z)
15+
list(APPEND DEEP_CTR_LINKER_LIBS libtensorflow-core.a pthread m z)
1816

1917
# executable
2018
set(SIMPLE_MODEL "simple_model.bin")

0 commit comments

Comments
 (0)