From 359488b6690a17f48f194e4c121e32adfc9b8ddc Mon Sep 17 00:00:00 2001 From: Shiqing Fan Date: Wed, 14 Sep 2011 11:25:36 +0000 Subject: [PATCH] Preset the hwloc definitions to be disabled on Windows. This commit was SVN r25141. --- contrib/platform/win32/CMakeModules/ompi_configure.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/platform/win32/CMakeModules/ompi_configure.cmake b/contrib/platform/win32/CMakeModules/ompi_configure.cmake index 3eecd602ed..3e3f9571d3 100644 --- a/contrib/platform/win32/CMakeModules/ompi_configure.cmake +++ b/contrib/platform/win32/CMakeModules/ompi_configure.cmake @@ -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)