Skip to content

Commit

Permalink
Merge pull request #128 from camio/bump-gtest
Browse files Browse the repository at this point in the history
Bump release to 1.16.0 and use GTest as the package name.

This should fix the issues found in #92
  • Loading branch information
camio authored Feb 28, 2025
2 parents 3ea0d6c + fca8588 commit f144574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ include(GNUInstallDirs)
if(BEMAN_EXEMPLAR_BUILD_TESTS)
# Fetch GoogleTest
FetchContent_Declare(
googletest
GTest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG
f8d7d77c06936315286eb55f8de22cd23c188571 # release-1.14.0
6910c9d9165801d8827d628cb72eb7ea9dd538c5 # release-1.16.0
EXCLUDE_FROM_ALL
)
set(INSTALL_GTEST OFF) # Disable GoogleTest installation
FetchContent_MakeAvailable(googletest)
FetchContent_MakeAvailable(GTest)
endif()

add_subdirectory(src/beman/exemplar)
Expand Down

0 comments on commit f144574

Please sign in to comment.