Skip to content

Commit 2c7422d

Browse files
Set INSTALL_GTEST cmake option to off
1 parent 49e4a12 commit 2c7422d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ endif()
9292
include(FetchContent)
9393

9494
if(BUILD_L0_LOADER_TESTS)
95+
set(INSTALL_GTEST OFF)
96+
9597
FetchContent_Declare(
9698
googletest
9799
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip

0 commit comments

Comments
 (0)