summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/config_Darwin
blob: 75f551c1b74fed2c9e8f11111b4aa385ae2fdc91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PLATFORM="darwin"
CC="cc"
CXX="c++"

# Write entries into the cache file before building cmake.
write_cache()
{
write_standard_cache

cat >> CMakeCache.txt <<EOF
CURSES_LIBRARY:FILEPATH=/Users/kitware/staticCurses/libncurses.a
EOF
}