projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4c12b
)
[MLGO] Correct protobuf path
author
Mircea Trofin
<mtrofin@google.com>
Thu, 22 Jul 2021 20:24:28 +0000
(13:24 -0700)
committer
Mircea Trofin
<mtrofin@google.com>
Thu, 22 Jul 2021 20:24:55 +0000
(13:24 -0700)
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index
8f4d897
..
37218cd
100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-803,7
+803,7
@@
if (TENSORFLOW_C_LIB_PATH)
endif()
string(REGEX MATCH "Location: ([^\n]*\n)" TF_PIP_LOC "${TF_PIP_OUT}")
string(REPLACE "Location: " "" TF_PIP ${TF_PIP_LOC})
- set(TF_PROTO_HEADERS ${TF_PIP}/include)
+ set(TF_PROTO_HEADERS ${TF_PIP}/
tensorflow/
include)
endif()
include_directories(${TF_PROTO_HEADERS})
add_definitions("-DGOOGLE_PROTOBUF_NO_RTTI")