zeek/auxil/vcpkg/ports/cppmicroservices/remove-ut-macro.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
625 B
Diff

diff --git a/framework/include/FrameworkConfig.h.in b/framework/include/FrameworkConfig.h.in
index 024a0ec..9eba2f8 100644
--- a/framework/include/FrameworkConfig.h.in
+++ b/framework/include/FrameworkConfig.h.in
@@ -18,11 +18,4 @@
#define US_FRAMEWORK_VERSION @Framework_VERSION@
#define US_FRAMEWORK_VERSION_STR "@Framework_VERSION@"
-
-///-------------------------------------------------------------------
-// Macros used by the unit tests
-//-------------------------------------------------------------------
-
-#define US_FRAMEWORK_SOURCE_DIR "@PROJECT_SOURCE_DIR@"
-
#endif // CPPMICROSERVICES_FRAMEWORKCONFIG_H