URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c11a819ffd91cb547d0ac5f2a820d14173198d17
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
c11a819 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Fixup a variable in FindLZ4.cmake
Set "LZ4_PDB" instead of "LZ4_pdb" in FindLZ4.cmake so that CMake 3.16
will convert "${LZ4_DLL_DIR}/${LZ4_PDB}" to the full path to the LZ4
.pdb instead of its parent directory.
This in turn ensures that we don't pass a directory as a source argument
to `cmake -E copy_if_different`, which causes it to crash.
Bug: 16271
Change-Id: Id6f37584379bd07bc929bc5cb5e80cbe60a3c77e
Reviewed-on: https://code.wireshark.org/review/35402
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7534e1e LNET: fix malformed packet error on RDMA Read Request
add c11a819 CMake: Fixup a variable in FindLZ4.cmake
Summary of changes:
cmake/modules/FindLZ4.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)