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 b650822 commit c0e6e86Copy full SHA for c0e6e86
1 file changed
src/iceberg/test/CMakeLists.txt
@@ -17,6 +17,10 @@
17
18
set(CMAKE_COMPILE_WARNING_AS_ERROR FALSE)
19
20
+set(INSTALL_GTEST
21
+ OFF
22
+ CACHE BOOL "" FORCE)
23
+
24
fetchcontent_declare(googletest
25
GIT_REPOSITORY https://github.com/google/googletest.git
26
GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # release-1.15.2
0 commit comments