This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/483-conan-2-support
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/483-conan-2-support by
this push:
new 93d93ec2 Stop gap for #618
93d93ec2 is described below
commit 93d93ec2c29913dfaf08032eb25984664b310a53
Author: PengZheng <[email protected]>
AuthorDate: Sun Aug 20 21:17:43 2023 +0800
Stop gap for #618
---
bundles/remote_services/discovery_zeroconf/gtest/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bundles/remote_services/discovery_zeroconf/gtest/CMakeLists.txt
b/bundles/remote_services/discovery_zeroconf/gtest/CMakeLists.txt
index 9a7ba819..44b23a05 100644
--- a/bundles/remote_services/discovery_zeroconf/gtest/CMakeLists.txt
+++ b/bundles/remote_services/discovery_zeroconf/gtest/CMakeLists.txt
@@ -64,7 +64,7 @@ if (LINKER_WRAP_SUPPORTED)
GTest::gtest_main
)
- target_compile_definitions(unit_test_discovery_zeroconf PRIVATE
-DMDNSD="${DNSSD_LIB_DIRS}/../bin/mdnsd")
+ target_compile_definitions(unit_test_discovery_zeroconf PRIVATE
-DMDNSD="${DNSSD_INCLUDE_DIR}/../bin/mdnsd")
add_test(NAME run_unit_test_discovery_zeroconf COMMAND sudo
$<TARGET_FILE:unit_test_discovery_zeroconf>)