Skip to content

Commit d871fe8

Browse files
committed
Don't install gtest
Signed-off-by: cyy <[email protected]>
1 parent ad61d0f commit d871fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
1717
if(FBGEMM_BUILD_TESTS AND NOT TARGET gtest)
1818
#Download Googletest framework from github if
1919
#GOOGLETEST_SOURCE_DIR is not specified.
20+
set(INSTALL_GTEST OFF)
2021
if(NOT DEFINED GOOGLETEST_SOURCE_DIR)
2122
set(GOOGLETEST_SOURCE_DIR "${FBGEMM_SOURCE_DIR}/external/googletest"
2223
CACHE STRING "googletest source directory from submodules")

0 commit comments

Comments
 (0)