summaryrefslogtreecommitdiffstats
path: root/Utilities/cmake_release_config_darwin
blob: 2a65f5dd2bd4882f4f6a0bcb7f5272089788b435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RELEASE_TAG="Release-1-4"
VERSION="1.4.6"
PLATFORM="darwin"
CC="cc"
CXX="c++"

# Write entries into the cache file before building cmake.
WriteCMakeCache()
{
${CAT} > CMakeCache.txt <<EOF
BUILD_TESTING:BOOL=OFF
CURSES_LIBRARY:FILEPATH=/usr/local/lib/libncurses.a
EOF
}