RyzenAdj
RyzenAdj copied to clipboard
cmake error ubuntu 22.04
hi, i have a problem when try to cmake
desc: loost@loost-HP:~/RyzenAdj$ cd build/ loost@loost-HP:~/RyzenAdj/build$ cmake .. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:5 (PROJECT): No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred! See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeOutput.log". See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeError.log".
Thanks!
I guess it's your local environment issue.
hi, i have a problem when try to cmake
desc: loost@loost-HP:~/RyzenAdj$ cd build/ loost@loost-HP:~/RyzenAdj/build$ cmake .. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:5 (PROJECT): No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred! See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeOutput.log". See also "/home/loost/RyzenAdj/build/CMakeFiles/CMakeError.log".
Thanks!
try to install a compiler like gcc (I think you have to install g++)