Forked from
VTK / VTK
37740 commits behind the upstream repository.
David Gobbi
authored
The dashboard showed a compile failure on icc because the i64 suffix did not exist, even though cmake had detected __int64. This patch uses a suffix of either l or ll if __int64 is really 'long' or 'long long'. Change-Id: I69b90821d25e4937e22bfc9bf63faaeae9472030