From f47a8be20da0596509cbc9b4e7a9a72e36d5b7b0 Mon Sep 17 00:00:00 2001 From: Aregtech Date: Tue, 3 Dec 2024 01:37:43 +0100 Subject: [PATCH] fixed syntax --- conf/cmake/functions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cmake/functions.cmake b/conf/cmake/functions.cmake index 05f4c4ed..8912f0b7 100644 --- a/conf/cmake/functions.cmake +++ b/conf/cmake/functions.cmake @@ -245,7 +245,7 @@ macro(macro_find_gtest_package var_include var_library var_found) get_target_property(_val GTest::gtest ${_prop}) message("<<< GTest::gtest: ${_prop} = ${_val}") endif() - endif() + endforeach() if (EXISTS "${_gtest_location}")