summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2017-06-05 08:05:04 -0700
committerGerald Combs <gerald@wireshark.org>2017-06-05 15:05:42 +0000
commit3cd64be488b67d606aef7eed664b877b50e75cc0 (patch)
tree5d33c299d4cf9ddddf5b84d164f6cdb5e17c22be /cmake
parenta0c58788cec2a9dbd80fa206a1185856740d72c4 (diff)
downloadwireshark-3cd64be488b67d606aef7eed664b877b50e75cc0.tar.gz
More 2.4 initialization.
Change-Id: I9d79c7b4b23e3194ff9e333151040f69476897a7 Reviewed-on: https://code.wireshark.org/review/21968 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindWSWinLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindWSWinLibs.cmake b/cmake/modules/FindWSWinLibs.cmake
index 05e53b0117..2b1746476d 100644
--- a/cmake/modules/FindWSWinLibs.cmake
+++ b/cmake/modules/FindWSWinLibs.cmake
@@ -16,7 +16,7 @@ function( FindWSWinLibs _WS_LIB_SEARCH_PATH _LIB_HINT_VAR )
file( TO_CMAKE_PATH "$ENV{WIRESHARK_LIB_DIR}" _PROJECT_LIB_DIR )
else()
file( TO_CMAKE_PATH "$ENV{WIRESHARK_BASE_DIR}" _WS_BASE_DIR )
- set( _PROJECT_LIB_DIR "${_WS_BASE_DIR}/wireshark-${WIRESHARK_TARGET_PLATFORM}-libs" )
+ set( _PROJECT_LIB_DIR "${_WS_BASE_DIR}/wireshark-${WIRESHARK_TARGET_PLATFORM}-libs-2.4" )
endif()
endif()
file( GLOB _SUBDIR "${_PROJECT_LIB_DIR}/*" )