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