ENH: Adding prototype release config script for OSF.
This commit is contained in:
parent
806d623ebc
commit
db2bd57179
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue