Skip to content

Commit

Permalink
Bump release to 1.16.0 and use GTest as the package name.
Browse files Browse the repository at this point in the history
This should fix the issues found in #92
  • Loading branch information
camio committed Feb 27, 2025
1 parent 3ea0d6c commit fca8588
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 fca8588

Please sign in to comment.