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 running Ubuntu 21.10 (Impish Indra) and CMake fails with the following
$ cmake . -B build
...
-- Configuring done
CMake Error in CMakeLists.txt:
No known features for CXX compiler
"GNU"
version 11.2.0.
CMake Generate step failed. Build files cannot be regenerated correctly.
Probably I'm doing something silly wrong? Here's my cmake and g++ install info:
Bizarre. After downgrading cmake and deleting build/..., both an older cmake (=3.21.3-0kitware1ubuntu20.04.1) and the newer ones work. Feels like a holdover of a failed cmake run when CUDA SDK was not installed.
I'm running Ubuntu 21.10 (Impish Indra) and CMake fails with the following
Probably I'm doing something silly wrong? Here's my cmake and g++ install info:
apt info cmake
Package: cmake
Version: 3.22.2-0kitware1ubuntu20.04.1
APT-Manual-Installed: yes
APT-Sources: https://apt.kitware.com/ubuntu focal/main amd64 Packages
apt info g++
Package: g++
Version: 4:11.2.0-1ubuntu1
APT-Manual-Installed: yes
APT-Sources: http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
The text was updated successfully, but these errors were encountered: