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
ninja build is broken with following error: ninja: error: build.ninja:244: bad $-escape (literal $ must be written as $$)
The problem is the --switch $(COLOR) generated by CMake for the custom command in AddUninstallTarget and YCMEPHelper. Here is the list of such commands:
ninja
build is broken with following error:ninja: error: build.ninja:244: bad $-escape (literal $ must be written as $$)
The problem is the
--switch $(COLOR)
generated by CMake for the custom command inAddUninstallTarget
andYCMEPHelper
. Here is the list of such commands:Possible solutions:
$$\(COLOR\)
$\{COLOR\}
Related issue robotology/robotology-superbuild#83
The text was updated successfully, but these errors were encountered: