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
Until now, we only forced colcon to use clang for the brains2 package, while acados was still built using the default compiler - gcc on linux-64.
This meant that sometimes, when rebuilding the workspace, the CMAKE_C_COMPILER and CMAKE_CXX_COMPILER variables in CMakeCache.txt would get outdated and the compilation would fail
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Until now, we only forced
colcon
to useclang
for thebrains2
package, whileacados
was still built using the default compiler -gcc
onlinux-64
.This meant that sometimes, when rebuilding the workspace, the
CMAKE_C_COMPILER
andCMAKE_CXX_COMPILER
variables inCMakeCache.txt
would get outdated and the compilation would failThe text was updated successfully, but these errors were encountered: