Skip to content

Commit 34d10c5

Browse files
authored
Update CMakeLists.txt
1 parent aca1862 commit 34d10c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ include_directories(
77
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/downloads/eigen
88
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/downloads/nsync/public
99
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/downloads/googletest/googletest/include
10-
${PROJECT_SOURCE_DIR}/include
11-
${PROJECT_SOURCE_DIR}/proto)
10+
${PROJECT_SOURCE_DIR}/include)
1211

1312
link_directories(
1413
${PROJECT_SOURCE_DIR}/../tensorflow/tensorflow/contrib/makefile/gen/lib

0 commit comments

Comments
 (0)