We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cb5d9 commit d2bba32Copy full SHA for d2bba32
1 file changed
cmake/utils.cmake
@@ -18,7 +18,6 @@ endmacro()
18
19
function(prot_add_component_utest COMPONENT_NAME)
20
file(GLOB TESTLIST RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.cc")
21
- find_package(GTest REQUIRED)
22
23
foreach(TEST_SRC ${TESTLIST})
24
set(TEST_NAME "${src_file}_test")
0 commit comments