Explorar o código

COMP: fix syntax error.

Dave Partyka %!s(int64=16) %!d(string=hai) anos
pai
achega
c283fe2d26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/FindMPI.cmake

+ 1 - 1
Modules/FindMPI.cmake

@@ -309,7 +309,7 @@ else (MPI_COMPILE_CMDLINE)
     )
 
   # 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)
   else()
     set(MS_MPI_ARCH_DIR i386)