14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
|
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
|
||
|
}
|