Skip to content

Commit 5458802

Browse files
authored
Merge pull request #6736 from tjhei/test-config-count-hide
CMake: hide "Found X tests"
2 parents d87e925 + d5dc6a7 commit 5458802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,4 @@ foreach(_test ${_tests})
432432
endif()
433433
endforeach()
434434

435-
message("Found ${_n_tests} tests.")
435+
message(STATUS "Found ${_n_tests} tests.")

0 commit comments

Comments
 (0)