From c0bb2c4e5bb85f173ac68567585bf9abc808ea1e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 19 Jul 2020 12:42:34 -0700 Subject: [PATCH] FindWinSparkle.cmake: Fix a comment. Change-Id: If31ec4f771a8576b91005852d7443248b4be08f5 Reviewed-on: https://code.wireshark.org/review/37906 Reviewed-by: Guy Harris --- cmake/modules/FindWinSparkle.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindWinSparkle.cmake b/cmake/modules/FindWinSparkle.cmake index 6ebd1f9f93..db101ec571 100644 --- a/cmake/modules/FindWinSparkle.cmake +++ b/cmake/modules/FindWinSparkle.cmake @@ -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" )