COMP: fix syntax error.

This commit is contained in:
Dave Partyka 2009-10-27 12:57:30 -04:00
parent 4915e92998
commit c283fe2d26

View File

@ -309,7 +309,7 @@ else (MPI_COMPILE_CMDLINE)
) )
# Decide between 32-bit and 64-bit libraries for Microsoft's MPI # Decide between 32-bit and 64-bit libraries for Microsoft's MPI
if(CMAKE_SIZEOF_VOID_P EQUALS 8) if("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
set(MS_MPI_ARCH_DIR amd64) set(MS_MPI_ARCH_DIR amd64)
else() else()
set(MS_MPI_ARCH_DIR i386) set(MS_MPI_ARCH_DIR i386)