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)