Skip to content

Commit c0e6e86

Browse files
authored
chore: disable installing googletest libs (#711)
1 parent b650822 commit c0e6e86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/iceberg/test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
set(CMAKE_COMPILE_WARNING_AS_ERROR FALSE)
1919

20+
set(INSTALL_GTEST
21+
OFF
22+
CACHE BOOL "" FORCE)
23+
2024
fetchcontent_declare(googletest
2125
GIT_REPOSITORY https://github.com/google/googletest.git
2226
GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # release-1.15.2

0 commit comments

Comments
 (0)