CMake/Utilities/cmake_release_config_darwin

15 lines
269 B
Plaintext
Raw Normal View History

RELEASE_TAG="Release-1-4"
2002-12-12 20:02:05 +03:00
VERSION="1.4.7"
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
}