[Cmake-commits] [cmake-commits] hoffman committed FindMPI.cmake 1.15 1.16
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Mar 24 15:41:22 EDT 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv16016
Modified Files:
FindMPI.cmake
Log Message:
ENH: remove use of undefined cdr
Index: FindMPI.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindMPI.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** FindMPI.cmake 8 Mar 2008 00:58:29 -0000 1.15
--- FindMPI.cmake 24 Mar 2008 19:41:16 -0000 1.16
***************
*** 149,153 ****
endif (MPI_NUMLIBS GREATER 0)
if (MPI_NUMLIBS GREATER 1)
! cdr(MPI_EXTRA_LIBRARY ${MPI_LIBRARIES})
else (MPI_NUMLIBS GREATER 1)
set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND")
--- 149,154 ----
endif (MPI_NUMLIBS GREATER 0)
if (MPI_NUMLIBS GREATER 1)
! set(MPI_EXTRA_LIBRARY ${MPI_LIBRARIES})
! list(REMOVE_AT MPI_EXTRA_LIBRARY 0)
else (MPI_NUMLIBS GREATER 1)
set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND")
More information about the Cmake-commits
mailing list