[Cmake-commits] [cmake-commits] partyd committed FindMPI.cmake 1.25 1.26

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 27 12:57:35 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv21553/Modules

Modified Files:
	FindMPI.cmake 
Log Message:
COMP: fix syntax error.


Index: FindMPI.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindMPI.cmake,v
retrieving revision 1.25
retrieving revision 1.26
diff -C 2 -d -r1.25 -r1.26
*** FindMPI.cmake	27 Oct 2009 16:43:50 -0000	1.25
--- FindMPI.cmake	27 Oct 2009 16:57:30 -0000	1.26
***************
*** 310,314 ****
  
    # Decide between 32-bit and 64-bit libraries for Microsoft's MPI
!   if(CMAKE_SIZEOF_VOID_P EQUALS 8)
      set(MS_MPI_ARCH_DIR amd64)
    else()
--- 310,314 ----
  
    # Decide between 32-bit and 64-bit libraries for Microsoft's MPI
!   if("${CMAKE_SIZEOF_VOID_P}" EQUAL 8)
      set(MS_MPI_ARCH_DIR amd64)
    else()



More information about the Cmake-commits mailing list