Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set_directory_properties(PROPERTIES EP_PREFIX "${GTEST_DIR}")
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG 6f5fd0d7199b9a19faa
SOURCE_DIR "${GTEST_DIR}/src/googletest-src"
BINARY_DIR "${GTEST_DIR}/src/googletest-build"
# Disable install step
Expand Down Expand Up @@ -75,7 +75,7 @@ target_include_directories(
)
target_include_directories(
test_ptxla
SYSTEM PUBLIC
SYSTEM PUBLIC
"${SOURCE_DIR}/googletest/include"
"${TFDIR}/bazel-tensorflow"
"${TFDIR}/bazel-bin"
Expand Down