Skip to content

FindMatlab: Don't use the deprecated variable CMAKE_CL_64

Job Noorman requested to merge job/cmake:findmatlab-remove-CMAKE_CL_64 into master

This causes a 32-bit Matlab version to be found when doing a 64-bit MinGW build. This commit replaces the 64-bit build check with a check using CMAKE_SIZEOF_VOID_P.

Edited by Brad King

Merge request reports