Skip to content

Commit

Permalink
Skip the CONFIG option.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 21, 2024
1 parent 0ef66db commit 5527c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(datetime.cmake)

add_subdirectory(fmt)

find_package(GTest QUIET CONFIG)
find_package(GTest QUIET)
if(NOT ${GTEST_FOUND})
message(STATUS "Retrieving external GoogleTest library.")
include(FetchContent)
Expand Down

0 comments on commit 5527c8f

Please sign in to comment.