Skip to content

Commit

Permalink
Upgrade gtest in cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Jul 27, 2024
1 parent ff0d01d commit f7f5eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif()
include(${CPM_DOWNLOAD_LOCATION})

# Testing framework
CPMAddPackage("gh:google/googletest@1.12.0")
CPMAddPackage("gh:google/googletest@1.15.0")

# Test macro
macro(package_add_test TESTNAME)
Expand Down

0 comments on commit f7f5eb1

Please sign in to comment.