CMake/Utilities/Release/config_Darwin

14 lines
233 B
Plaintext
Raw Normal View History

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()
{
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
}