We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad61d0f commit d871fe8Copy full SHA for d871fe8
test/CMakeLists.txt
@@ -17,6 +17,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
17
if(FBGEMM_BUILD_TESTS AND NOT TARGET gtest)
18
#Download Googletest framework from github if
19
#GOOGLETEST_SOURCE_DIR is not specified.
20
+ set(INSTALL_GTEST OFF)
21
if(NOT DEFINED GOOGLETEST_SOURCE_DIR)
22
set(GOOGLETEST_SOURCE_DIR "${FBGEMM_SOURCE_DIR}/external/googletest"
23
CACHE STRING "googletest source directory from submodules")
0 commit comments