mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ENH: Adding prototype release config script for OSF.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user