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
`
$ cmake ..
CMake Error at CMakeLists.txt:2 (project):
Generator
Unix Makefiles
does not support platform specification, but platform
amd64
was specified.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/sasha/Documents/grcompiler/CMakeFiles/CMakeOutput.log".
`
This is Linux Mint 20, 64-bit
The text was updated successfully, but these errors were encountered:
Cannot build on Linux:
`
$ cmake ..
CMake Error at CMakeLists.txt:2 (project):
Generator
does not support platform specification, but platform
was specified.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/sasha/Documents/grcompiler/CMakeFiles/CMakeOutput.log".
`
This is Linux Mint 20, 64-bit
The text was updated successfully, but these errors were encountered: