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 Error at Y:/development/cmake-fastbuild-inbilla-install/share/cmake-3.2/Modules/Platform/Windows-GNU.cmake:141 (enable_language):
No CMAKE_RC_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "RC" or the CMake cache entry CMAKE_RC_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
Y:/development/cmake-fastbuild-inbilla-install/share/cmake-3.2/Modules/Platform/Windows-GNU-C.cmake:2 (__windows_compiler_gnu)
Y:/development/cmake-fastbuild-inbilla-install/share/cmake-3.2/Modules/CMakeCInformation.cmake:56 (include)
CMakeLists.txt:2 (project)
The text was updated successfully, but these errors were encountered:
Not sure about MinGW - I don't know if it has an RC compiler configured for Cmake.
Does this work with other generators? I suspect it doesn't and is an issue with CMake MinGW support itself
Not sure about MinGW - I don't know if it has an RC compiler configured for Cmake.
Does this work with other generators? I suspect it doesn't and is an issue with CMake MinGW support itself
—
Reply to this email directly or view it on GitHub.
Steps to reproduce:
Stderr:
The text was updated successfully, but these errors were encountered: