Skip to content

Commit

Permalink
Set INSTALL_GTEST cmake option to off
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Aug 29, 2024
1 parent 49e4a12 commit 2c7422d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ endif()
include(FetchContent)

if(BUILD_L0_LOADER_TESTS)
set(INSTALL_GTEST OFF)

FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip
Expand Down

0 comments on commit 2c7422d

Please sign in to comment.