my error was exactly the same as this https://gitlab.kitware.com/cmake/cmake/issues/17639
solution,
edit cmake.rb
(somewhere in usr/local/Homebrew/Library/taps/homebrew/homebrew-core/Formula)
add
ENV["CXXFLAGS"] = "-std=c++11 -stdlib=libc+
before the execution of bootstrap.
No comments:
Post a Comment