2002-08-28 17:30:10 +04:00
|
|
|
RELEASE_TAG="Release-1-4"
|
2002-10-25 22:13:09 +04:00
|
|
|
VERSION="1.4.6"
|
2002-08-28 17:27:52 +04:00
|
|
|
PLATFORM="darwin"
|
|
|
|
CC="cc"
|
|
|
|
CXX="c++"
|
|
|
|
|
|
|
|
# Write entries into the cache file before building cmake.
|
|
|
|
WriteCMakeCache()
|
|
|
|
{
|
|
|
|
${CAT} > CMakeCache.txt <<EOF
|
|
|
|
BUILD_TESTING:BOOL=OFF
|
|
|
|
CURSES_LIBRARY:FILEPATH=/usr/local/lib/libncurses.a
|
|
|
|
EOF
|
|
|
|
}
|