1
1

Remove redundant linking options for mpicxx and mpic++ on Windows.

This commit was SVN r24123.
Этот коммит содержится в:
Shiqing Fan 2010-12-01 11:25:44 +00:00
родитель 85a974b0de
Коммит 71cb950ede

Просмотреть файл

@ -1,4 +1,4 @@
# Copyright (c) 2007-2009 High Performance Computing Center Stuttgart,
# Copyright (c) 2007-2010 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2008 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
@ -78,9 +78,9 @@ IF(OMPI_WANT_CXX_BINDINGS)
# select debug or release libraries at configure time
IF(OMPI_DEBUG_BUILD)
SET(OMPI_WRAPPER_CXX_LIB "libmpi_cxxd.lib ${OMPI_WRAPPER_BASE_LIBS}")
SET(OMPI_WRAPPER_CXX_LIB "libmpi_cxxd.lib")
ELSE(OMPI_DEBUG_BUILD)
SET(OMPI_WRAPPER_CXX_LIB "libmpi_cxx.lib ${OMPI_WRAPPER_BASE_LIBS}")
SET(OMPI_WRAPPER_CXX_LIB "libmpi_cxx.lib")
ENDIF(OMPI_DEBUG_BUILD)
CONFIGURE_WRAPPER_DATA_FILE(mpic++)