cmake_release_config_darwin 269 B

1234567891011121314
  1. RELEASE_TAG="Release-1-4"
  2. VERSION="1.4.5"
  3. PLATFORM="darwin"
  4. CC="cc"
  5. CXX="c++"
  6. # Write entries into the cache file before building cmake.
  7. WriteCMakeCache()
  8. {
  9. ${CAT} > CMakeCache.txt <<EOF
  10. BUILD_TESTING:BOOL=OFF
  11. CURSES_LIBRARY:FILEPATH=/usr/local/lib/libncurses.a
  12. EOF
  13. }