aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppmicroservices/remove-ut-macro.patch
blob: 689ce3d12ec758df233c76f1b06ac968b6d095d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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