We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb60e8 commit e09636cCopy full SHA for e09636c
tests/CMakeLists.txt
@@ -5,7 +5,6 @@ FetchContent_Declare(
5
googletest
6
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
7
DOWNLOAD_EXTRACT_TIMESTAMP true
8
-
9
)
10
11
# Disable GTest/GMock install targets
@@ -33,5 +32,4 @@ enable_sanitizers(unit_tests)
33
32
enable_coverage(unit_tests)
34
35
include(GoogleTest)
36
37
gtest_discover_tests(unit_tests)
0 commit comments