ENH: Removing stdio_core hack. A better work-around has been put in cmStandardIncludes.h.
This commit is contained in:
parent
7b2973d92f
commit
d6d91ac89f
|
@ -50,9 +50,3 @@ TARGET_LINK_LIBRARIES(cmForm ${CURSES_LIBRARY})
|
|||
IF(CURSES_EXTRA_LIBRARY)
|
||||
TARGET_LINK_LIBRARIES(cmForm ${CURSES_EXTRA_LIBRARY})
|
||||
ENDIF(CURSES_EXTRA_LIBRARY)
|
||||
|
||||
# DISABLING UNTIL A TRY-COMPILE CAN DETERMINE IF IT IS SAFE
|
||||
# See internal_stdio_core.h.in for explanation.
|
||||
#CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/internal_stdio_core.h.in
|
||||
# ${CMAKE_CURRENT_BINARY_DIR}/internal/stdio_core.h
|
||||
# @ONLY IMMEDIATE)
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/* This is a hack to work around a bug in MIPSpro 7.4 on some SGIs.
|
||||
We need to include stdarg.h before the stdio core to avoid putting
|
||||
va_list in the std namespace and never in the global namespace. */
|
||||
#include <stdarg.h>
|
||||
#include_next <internal/stdio_core.h>
|
|
@ -77,12 +77,6 @@ CONFIGURE_FILE(
|
|||
"${CMAKE_CURRENT_BINARY_DIR}/xmlrpc_amconfig.h"
|
||||
)
|
||||
|
||||
# DISABLING UNTIL A TRY-COMPILE CAN DETERMINE IF IT IS SAFE
|
||||
# See internal_stdio_core.h.in for explanation.
|
||||
#CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/internal_stdio_core.h.in
|
||||
# ${CMAKE_CURRENT_BINARY_DIR}/internal/stdio_core.h
|
||||
# @ONLY IMMEDIATE)
|
||||
|
||||
SET(xmlrpc_SRCS
|
||||
#XmlRpcCpp.cpp
|
||||
xmlrpc_array.c
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/* This is a hack to work around a bug in MIPSpro 7.4 on some SGIs.
|
||||
We need to include stdarg.h before the stdio core to avoid putting
|
||||
va_list in the std namespace and never in the global namespace. */
|
||||
#include <stdarg.h>
|
||||
#include_next <internal/stdio_core.h>
|
Loading…
Reference in New Issue