Skip to content

Commit 542b1c1

Browse files
committed
cmake
1 parent 2c82ba6 commit 542b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ link_directories(
1414
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/downloads/nsync/builds/default.macos.c++11)
1515

1616
set(DEEP_CTR_LINKER_LIBS "")
17-
list(APPEND DEEP_CTR_LINKER_LIBS libtensorflow-core.a libprotobuf.a nsync.a pthread m z)
17+
list(APPEND DEEP_CTR_LINKER_LIBS libtensorflow-core.a libprotobuf.a libnsync.a pthread m z)
1818

1919
# executable
2020
set(SIMPLE_MODEL "simple_model.bin")

0 commit comments

Comments
 (0)