Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 21, 2024
1 parent f5a8780 commit cca9ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ add_subdirectory(fmt)
find_package(GTest QUIET)
if(NOT ${GTEST_FOUND})
message(STATUS "Using bundled GoogleTest library.")
add_subdirectory(googletest)
#add_subdirectory(googletest)
find_package(GTest REQUIRED PATHS gogoogletest)
endif()

add_subdirectory(protobuf-matchers)
Expand Down

0 comments on commit cca9ff8

Please sign in to comment.