FindWinSparkle.cmake: Fix a comment.

Change-Id: If31ec4f771a8576b91005852d7443248b4be08f5
Reviewed-on: https://code.wireshark.org/review/37906
Reviewed-by: Guy Harris <gharris@sonic.net>
This commit is contained in:
Gerald Combs 2020-07-19 12:42:34 -07:00 committed by Guy Harris
parent 6b5e95c473
commit c0bb2c4e5b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENDIF (WINSPARKLE_INCLUDE_DIRS)
INCLUDE(FindWSWinLibs)
FindWSWinLibs("WinSparkle.*" "WINSPARKLE_HINTS")
# The 64-bit wpcap.lib is under /x64/Release
# The 64-bit WinSparkle.lib is under /x64/Release
set ( _RELEASE_SUBDIR "Release" )
if( WIN32 AND "${WIRESHARK_TARGET_PLATFORM}" STREQUAL "win64" )
set ( _RELEASE_SUBDIR "x64/Release" )