summaryrefslogtreecommitdiff
path: root/cmake/modules/FindGNUTLS.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-02-17 12:20:58 -0800
committerGerald Combs <gerald@wireshark.org>2017-02-17 20:27:03 +0000
commitb59c87f94a0752efcf4a90b3f8c61a08bcddde8f (patch)
treed69ee98f139fdf1fd23fbcdc7ef0a7062105435c /cmake/modules/FindGNUTLS.cmake
parent560a6c3823cf560b883e29db0a403517def86639 (diff)
downloadwireshark-b59c87f94a0752efcf4a90b3f8c61a08bcddde8f.tar.gz
CMake: Move the search for libgcc_s to GLib.
Move the search for the libgcc_s_seh and _sjlj DLLs to the GLib directory. That's the only place it currently exists on the 64-bit builder. Change-Id: Icf55dacf061d9423e78cabeaf16aa539ccb619bb Reviewed-on: https://code.wireshark.org/review/20162 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmake/modules/FindGNUTLS.cmake')
-rw-r--r--cmake/modules/FindGNUTLS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGNUTLS.cmake b/cmake/modules/FindGNUTLS.cmake
index dd1042ae37..19e7eb4afc 100644
--- a/cmake/modules/FindGNUTLS.cmake
+++ b/cmake/modules/FindGNUTLS.cmake
@@ -74,7 +74,7 @@ IF(GNUTLS_FOUND)
)
file( GLOB _gnutls_dlls RELATIVE "${GNUTLS_DLL_DIR}"
"${GNUTLS_DLL_DIR}/libgmp-*.dll"
- "${GNUTLS_DLL_DIR}/libgcc_s_*.dll"
+ #"${GNUTLS_DLL_DIR}/libgcc_s_*.dll"
"${GNUTLS_DLL_DIR}/libffi-*.dll"
"${GNUTLS_DLL_DIR}/libgnutls-*.dll"
"${GNUTLS_DLL_DIR}/libhogweed-*.dll"