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
You can hack solve this by SimLinking your usr/bin folder from the path that the CMake has, though we should probably do it in the CMake, which is more difficult.
Reproduce: pull proto on ubuntu, cry because it complains it cannot find G++
Hardcoded fix: change
set(CMAKE_CXX_COMPILER "/bin/${CXX_COMPILER}")
to
set(CMAKE_CXX_COMPILER "/usr/bin/${CXX_COMPILER}")
The text was updated successfully, but these errors were encountered: