Do not define this if we want Win XP compatible build.
This commit was SVN r25726.
Этот коммит содержится в:
родитель
f57f873404
Коммит
9e8c850685
@ -159,7 +159,7 @@ IF(NOT MICROSOFT_CHECK_DONE)
|
||||
ELSE(${CMAKE_SYSTEM_VERSION} GREATER 5.1)
|
||||
SET(FUNCTION_LIST Exchange ExchangeAcquire ExchangeRelease)
|
||||
ENDIF(${CMAKE_SYSTEM_VERSION} GREATER 5.1)
|
||||
ENDIF((OMPI_WANT_XP_COMPATIBLE))
|
||||
ENDIF(OMPI_WANT_XP_COMPATIBLE)
|
||||
|
||||
FOREACH(FUNCTION ${FUNCTION_LIST})
|
||||
MESSAGE( STATUS "Checking for InterlockedCompare${FUNCTION}...")
|
||||
@ -202,7 +202,9 @@ IF(NOT MICROSOFT_CHECK_DONE)
|
||||
ENDIF(NOT MICROSOFT_CHECK_DONE)
|
||||
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE64 "Whether we support 64 bits atomic operations on Windows" 0 0)
|
||||
IF(OMPI_WANT_XP_COMPATIBLE)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE64 "Whether we support 64 bits atomic operations on Windows" 0 0)
|
||||
ENDIF(OMPI_WANT_XP_COMPATIBLE)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGEACQUIRE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGERELEASE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
|
||||
|
@ -145,7 +145,9 @@ IF(NOT MINGW_CHECK_DONE)
|
||||
ENDIF(NOT MINGW_CHECK_DONE)
|
||||
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE64 "Whether we support 64 bits atomic operations on Windows" 0 0)
|
||||
IF(OMPI_WANT_XP_COMPATIBLE)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGE64 "Whether we support 64 bits atomic operations on Windows" 0 0)
|
||||
ENDIF(OMPI_WANT_XP_COMPATIBLE)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGEACQUIRE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
OMPI_DEF_VAR(HAVE_INTERLOCKEDCOMPAREEXCHANGERELEASE "Whether we support 32 bits atomic operations on Windows" 0 0)
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user