ENH: Adding prototype release config script for OSF.

This commit is contained in:
Brad King 2002-09-24 14:22:14 -04:00
parent 806d623ebc
commit db2bd57179
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
RELEASE_TAG="Release-1-4"
VERSION="1.4.5"
PLATFORM="alpha-osf"
CC="cc"
CXX="CC"
# Write entries into the cache file before building cmake.
WriteCMakeCache()
{
${CAT} > CMakeCache.txt <<EOF
BUILD_TESTING:BOOL=OFF
EOF
}