File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ find_path(TensorFlow_INCLUDE_DIRS
3434 )
3535find_path (TensorFlow_INCLUDE_DIRS_GOOGLE
3636 NAMES
37- google/protobuf/port .h
37+ google/protobuf/type .pb .h
3838 PATHS ${TensorFlow_search_PATHS}
3939 PATH_SUFFIXES "/include"
4040 NO_DEFAULT_PATH
@@ -43,7 +43,7 @@ list(APPEND TensorFlow_INCLUDE_DIRS ${TensorFlow_INCLUDE_DIRS_GOOGLE})
4343
4444if (NOT TensorFlow_INCLUDE_DIRS AND tensorflow_FIND_REQUIRED)
4545 message (FATAL_ERROR
46- "Not found 'include/ tensorflow/core/public/session.h' directory in path '${TensorFlow_search_PATHS} ' "
46+ "Not found 'tensorflow/core/public/session.h' directory in path '${TensorFlow_search_PATHS} ' "
4747 "You can manually set the tensorflow install path by -DTENSORFLOW_ROOT " )
4848endif ()
4949
You can’t perform that action at this time.
0 commit comments