summaryrefslogtreecommitdiffstats
path: root/Utilities/cmake_release_config_hpux
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmake_release_config_hpux')
-rw-r--r--Utilities/cmake_release_config_hpux20
1 files changed, 0 insertions, 20 deletions
diff --git a/Utilities/cmake_release_config_hpux b/Utilities/cmake_release_config_hpux
deleted file mode 100644
index 61e84fe..0000000
--- a/Utilities/cmake_release_config_hpux
+++ /dev/null
@@ -1,20 +0,0 @@
-PLATFORM="hpux-static"
-CC="cc"
-CXX="aCC"
-
-# Write entries into the cache file before building cmake.
-WriteCMakeCache()
-{
-BINDIR=`pwd`
-
-${CAT} > UserMakeRules.cmake <<EOF
-SET(CMAKE_DL_LIBS "")
-EOF
-
-${CAT} > CMakeCache.txt <<EOF
-BUILD_TESTING:BOOL=OFF
-CMAKE_EXE_LINKER_FLAGS:STRING=-ldld -Wl,-a,archive
-CMAKE_USER_MAKE_RULES_OVERRIDE:STRING=${BINDIR}/UserMakeRules.cmake
-CMAKE_SKIP_RPATH:BOOL=1
-EOF
-}