Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure of make mac64 due to version mismatch of cmake #261

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

iwasakims
Copy link
Contributor

make mac64 fails as reported in #257 . The cause is version mismatch of cmake.

$ make mac64
...
cd target/snappy-1.1.7-Mac-x86_64 && cmake  ../../target/snappy-1.1.7
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.1 or higher is required.  You are running version 3.0.2

Using latest multiarch/crossbuild based on Debian stretch should fix this.

@xerial
Copy link
Owner

xerial commented Oct 20, 2020

Awesome! Thanks for the fix. I'll try this fix

@xerial xerial closed this Oct 20, 2020
@xerial xerial reopened this Oct 20, 2020
@xerial xerial merged commit 150083c into xerial:master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants