CMakeCPack: Fix package name when crosscompiling

`CMAKE_CL_64` is only defined for MSVC.
Use `CMAKE_SIZEOF_VOID_P EQUAL 8` instead.
1 file changed