Skip to content

Commit

Permalink
Disable gtest installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Apr 30, 2024
1 parent 79cfd02 commit 0c20c59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if(POLICY CMP0135)
endif()

include(FetchContent)
set(INSTALL_GMOCK OFF)
set(INSTALL_GTEST OFF)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz)
Expand Down

0 comments on commit 0c20c59

Please sign in to comment.