Skip to content

Commit e09636c

Browse files
authored
Fix formatting in tests/CMakeLists.txt
1 parent 6fb60e8 commit e09636c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FetchContent_Declare(
55
googletest
66
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
77
DOWNLOAD_EXTRACT_TIMESTAMP true
8-
98
)
109

1110
# Disable GTest/GMock install targets
@@ -33,5 +32,4 @@ enable_sanitizers(unit_tests)
3332
enable_coverage(unit_tests)
3433

3534
include(GoogleTest)
36-
3735
gtest_discover_tests(unit_tests)

0 commit comments

Comments
 (0)