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

The project need CMake 3.5. #4348

Closed
ViperRu opened this issue Sep 9, 2018 · 1 comment
Closed

The project need CMake 3.5. #4348

ViperRu opened this issue Sep 9, 2018 · 1 comment

Comments

@ViperRu
Copy link

ViperRu commented Sep 9, 2018

According README.md is nessesary the CMake 3.0 or higher. The Ubuntu 14.04 LTS has CMake 3.2.2. The "make release" is terminated with the error:

lrelease version 4.8.6
-- Found MiniUPnPc: /usr/include/miniupnpc  
-- Using in-tree miniupnpc
CMake Error at external/miniupnp/miniupnpc/CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.5 or higher is required.  You are running version 3.2.2


-- Configuring incomplete, errors occurred

The project can be building after

cd external/miniupnp
git reset HEAD~1
git checkout -- *
cd -`
@moneromooo-monero
Copy link
Collaborator

Thanks. #4349

@ViperRu ViperRu closed this as completed Sep 9, 2018
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

No branches or pull requests

2 participants