summaryrefslogtreecommitdiff
path: root/cmake/modules/FindGCRYPT.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/FindGCRYPT.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/FindGCRYPT.cmake')
-rw-r--r--cmake/modules/FindGCRYPT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGCRYPT.cmake b/cmake/modules/FindGCRYPT.cmake
index 6b6f2dcc3a..664da87174 100644
--- a/cmake/modules/FindGCRYPT.cmake
+++ b/cmake/modules/FindGCRYPT.cmake
@@ -51,7 +51,7 @@ IF(GCRYPT_FOUND)
CACHE PATH "Path to the Libgcrypt DLLs"
)
file( GLOB _gcrypt_dlls RELATIVE "${GCRYPT_DLL_DIR}"
- "${GCRYPT_DLL_DIR}/libgcc_s_*.dll"
+ #"${GCRYPT_DLL_DIR}/libgcc_s_*.dll"
"${GCRYPT_DLL_DIR}/libgcrypt-*.dll"
"${GCRYPT_DLL_DIR}/libgpg-error*.dll"
)