summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-22 15:56:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-22 15:56:43 (GMT)
commit2aad4cef979bd5174f067424a117fac765e3da34 (patch)
tree10ef6e88800579c6f6978c92b2f59af7f0bd025d /Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c
parent25c31f19559732056fe11d472ad85ef4840eefc8 (diff)
parent687a91967f4cb02943421802e7929a6582cec63a (diff)
downloadCMake-2aad4cef979bd5174f067424a117fac765e3da34.zip
CMake-2aad4cef979bd5174f067424a117fac765e3da34.tar.gz
CMake-2aad4cef979bd5174f067424a117fac765e3da34.tar.bz2
Merge topic 'revert-link-interface-direct-for-3.23' into release-3.23
687a91967f Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7098
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c')
-rw-r--r--Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c b/Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c
deleted file mode 100644
index b41abc9..0000000
--- a/Tests/InterfaceLinkLibrariesDirect/testStaticLibWithPluginBad1.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Produce an error if if the object compiled from this source is used. */
-extern int testStaticLibWithPlugin_linked_before_testStaticLibPlugin(void);
-int testStaticLibPlugin(void)
-{
- return testStaticLibWithPlugin_linked_before_testStaticLibPlugin();
-}