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 14, 2020
1 parent 3c43914 commit ad77334
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 ad77334

Please sign in to comment.