1
1

Add a missing definition for Windows.

This commit was SVN r25849.
Этот коммит содержится в:
Shiqing Fan 2012-02-01 16:39:40 +00:00
родитель a3ab70c53f
Коммит af6a21bded

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

@ -253,6 +253,8 @@ OMPI_DEF_OPT(OPAL_EVENT_HAVE_THREAD_SUPPORT "Whether we want to enable event lib
OMPI_DEF_OPT(OMPI_RELEASE_BUILD "Whether it is a build for binary release (this will skip the path settings in mca_installdirs_config)." OFF)
OMPI_DEF(OMPI_ENABLE_CONTRIB_vt 0 "Whether we want to enable VampirTrace support." 0 1)
IF (NOT MSVC)
###################################################################