From b5a90892aab501aadf0ccc31465c6c06f4244788 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Wed, 22 Jan 2025 09:57:15 +0100 Subject: [PATCH] test/cmake: link C++ lib wip --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ff7efa600..d748e7816 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -172,7 +172,7 @@ set(LINKLIBS re ${OPENSSL_LIBRARIES}) if(WIN32) list(APPEND LINKLIBS qwave iphlpapi wsock32 ws2_32 crypt32) else() - list(APPEND LINKLIBS m ${RESOLV_LIBRARY}) + list(APPEND LINKLIBS m ${RESOLV_LIBRARY} stdc++) endif() if(ZLIB_FOUND)