Skip to content

Commit

Permalink
#1111: cmake: remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 20, 2020
1 parent ecee18a commit a250bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake-modules/GoogleTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ function(gtest_add_tests)
continue()
endif()

message(STATUS "Test ${test_type} NAME=${gtest_test_name}")

# Make sure tests disabled in GTest get disabled in CTest
if(gtest_test_name MATCHES "(^|\\.)DISABLED_")
# Add the disabled test if CMake is new enough
Expand Down

0 comments on commit a250bc1

Please sign in to comment.