summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-24 17:15:50 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-24 17:15:50 (GMT)
commite26bafa52aa8cb6ae9638bd1a890db2b6ef5f67b (patch)
tree05dd998710f9d810ae7bc19726ef888aeaf1c240
parentd6f9fd9f4e82067c0f00437a59bb4b9a74d1c1fe (diff)
downloadCMake-e26bafa52aa8cb6ae9638bd1a890db2b6ef5f67b.zip
CMake-e26bafa52aa8cb6ae9638bd1a890db2b6ef5f67b.tar.gz
CMake-e26bafa52aa8cb6ae9638bd1a890db2b6ef5f67b.tar.bz2
BUG: Older SGI compilers still have internal/stdio_core.h but do not support #include_next. We'll have to try-compile to test whether this hack is needed.
-rw-r--r--Source/CursesDialog/form/CMakeLists.txt7
-rw-r--r--Utilities/cmxmlrpc/CMakeLists.txt7
2 files changed, 8 insertions, 6 deletions
diff --git a/Source/CursesDialog/form/CMakeLists.txt b/Source/CursesDialog/form/CMakeLists.txt
index 2ec21ec..0cddc9e 100644
--- a/Source/CursesDialog/form/CMakeLists.txt
+++ b/Source/CursesDialog/form/CMakeLists.txt
@@ -51,7 +51,8 @@ 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)
+#CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/internal_stdio_core.h.in
+# ${CMAKE_CURRENT_BINARY_DIR}/internal/stdio_core.h
+# @ONLY IMMEDIATE)
diff --git a/Utilities/cmxmlrpc/CMakeLists.txt b/Utilities/cmxmlrpc/CMakeLists.txt
index c13b780..86a7870 100644
--- a/Utilities/cmxmlrpc/CMakeLists.txt
+++ b/Utilities/cmxmlrpc/CMakeLists.txt
@@ -77,10 +77,11 @@ 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)
+#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