I've gotten exactly the same problem.
I discovered that FIND_LIBRARY_USE_LIB64_PATHS global property from cmake was set to FALSE by default instead of TRUE.
In cmake source code I found the following lines in Modules/Platform/Linux.cmake :
# Debian has lib32 and lib64 paths only for compatibility ...