diff --git a/infra/cmake/packages/GTestConfig.cmake b/infra/cmake/packages/GTestConfig.cmake index 62a15e0ccbe..81292a799e8 100644 --- a/infra/cmake/packages/GTestConfig.cmake +++ b/infra/cmake/packages/GTestConfig.cmake @@ -6,6 +6,7 @@ function(_GTest_build) nnas_find_package(GTestSource QUIET) if(NOT GTestSource_FOUND) + message(STATUS "GTest_build skip: NOT GTestSource_FOUND") return() endif(NOT GTestSource_FOUND)