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

Building 0.3.0 on Debian Linux #10

Closed
canonex opened this issue Jun 11, 2020 · 3 comments
Closed

Building 0.3.0 on Debian Linux #10

canonex opened this issue Jun 11, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@canonex
Copy link

canonex commented Jun 11, 2020

I'm trying to compile Kemai 0.3.0 on Debian linux and I get:

$ cmake  . -B build -DCMAKE_BUILD_TYPE=Release
-- The CXX compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:13 (FetchContent_MakeAvailable):
  Unknown CMake command "FetchContent_MakeAvailable".


-- Configuring incomplete, errors occurred!
See also "CMakeOutput.log".
$ cmake . -B build -DCMAKE_BUILD_TYPE=Release
CMake Error at CMakeLists.txt:13 (FetchContent_MakeAvailable):
  Unknown CMake command "FetchContent_MakeAvailable".


-- Configuring incomplete, errors occurred!
See also "CMakeOutput.log".

Attached you find the CMakeOutput.log.
CMakeOutput.log

Thank you
Riccardo

@AlexandrePTJ
Copy link
Owner

Minimal version of CMake is 3.14.
It looks like debian version is older. I will look on how to be compatible with older version of CMake.

@AlexandrePTJ AlexandrePTJ added bug Something isn't working enhancement New feature or request labels Jun 11, 2020
AlexandrePTJ added a commit that referenced this issue Jun 11, 2020
@AlexandrePTJ
Copy link
Owner

Fixed in 0.3.1

@canonex
Copy link
Author

canonex commented Jun 11, 2020

Wow, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants