You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
I'm trying to compile Kemai 0.3.0 on Debian linux and I get:
Attached you find the CMakeOutput.log.
CMakeOutput.log
Thank you
Riccardo
The text was updated successfully, but these errors were encountered: