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

Maybe required cmake should be >= 3.14 #22

Closed
TETRA2000 opened this issue Jul 18, 2020 · 1 comment · Fixed by #23
Closed

Maybe required cmake should be >= 3.14 #22

TETRA2000 opened this issue Jul 18, 2020 · 1 comment · Fixed by #23

Comments

@TETRA2000
Copy link
Contributor

I found that FetchContent_MakeAvailable isn't available on cmake 3.13.0 when I tried to make this project.

..
-- Latest recognized Git tag is -128-NOTFOUND
-- Git HEAD is ad86920331dda3315538ab0ee30fb24727aff82d
-- Revision is 128-NOTFOUND-ad869203
-- Found LLVM: /usr/lib/llvm-6.0/include 6.0.0
-- Using static-libstdc++
-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.a;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so  
CMake Error at CMakeLists.txt:49 (FetchContent_MakeAvailable):
  Unknown CMake command "FetchContent_MakeAvailable".


-- Configuring incomplete, errors occurred!
See also "/home/parallels/Procmon-for-Linux/build/CMakeFiles/CMakeOutput.log".

That command was introduced on cmake 3.14 according to its release note.
https://cmake.org/cmake/help/v3.14/release/3.14.html#modules

@rwperrott
Copy link

rwperrott commented Jul 19, 2020

I had to download
https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-Linux-x86_64.sh
and
sudo sh cmake-3.18.0-Linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
to get past version 3.14.* on Mate LMDE4, then it built fine.

Install worked, but its doesn't seem to like the terminal window resize larger after it is started.

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 a pull request may close this issue.

2 participants