aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Hyperscan.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Hyperscan.cmake')
-rw-r--r--cmake/Hyperscan.cmake1
1 files changed, 0 insertions, 1 deletions
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 ()