CMake/Utilities/Release/config_Darwin

14 lines
233 B
Plaintext
Raw Normal View History

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