2003-01-16 02:42:41 +03:00
|
|
|
PLATFORM="darwin"
|
|
|
|
CC="cc"
|
|
|
|
CXX="c++"
|
|
|
|
|
|
|
|
# Write entries into the cache file before building cmake.
|
|
|
|
write_cache()
|
|
|
|
{
|
2003-08-28 00:08:11 +04:00
|
|
|
write_standard_cache
|
|
|
|
|
|
|
|
cat >> CMakeCache.txt <<EOF
|
2005-07-13 01:22:41 +04:00
|
|
|
CURSES_LIBRARY:FILEPATH=/Users/kitware/staticCurses/libncurses.a
|
2003-01-16 02:42:41 +03:00
|
|
|
EOF
|
|
|
|
}
|