1
1

Preset the hwloc definitions to be disabled on Windows.

This commit was SVN r25141.
Этот коммит содержится в:
Shiqing Fan 2011-09-14 11:25:36 +00:00
родитель 4a2cf81c6f
Коммит 359488b669

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

@ -752,6 +752,10 @@ IF(WIN32)
OMPI_DEF_CACHE(OMPI_MPI_CONTRIBS none STRING "List of contributed package names that will be built." 1 1)
OMPI_DEF(OPAL_HAVE_HWLOC 0 "Whether we have hwloc support or not" 0 1)
OMPI_DEF(OPAL_HAVE_HWLOC_XML 0 "Enable xml support or not" 0 1)
CHECK_C_INLINE()
ENDIF(WIN32)