From ab8882972d32c737afeda1902f96879f75f0a512 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 28 May 2021 11:52:49 +0100 Subject: [Minor] Always use c++ linker now --- cmake/Hyperscan.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake') diff --git a/cmake/Hyperscan.cmake b/cmake/Hyperscan.cmake index 664ce7312..6bc3e6d11 100644 --- a/cmake/Hyperscan.cmake +++ b/cmake/Hyperscan.cmake @@ -10,7 +10,6 @@ if (ENABLE_HYPERSCAN MATCHES "ON") if (ENABLE_HYPERSCAN MATCHES "ON") if (${HYPERSCAN_LIBRARY} MATCHES ".*[.]a$" OR STATIC_HYPERSCAN) enable_language (CXX) - set (USE_CXX_LINKER 1) endif () endif () endif () -- cgit v1.2.3