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 can use either make or ninja generators for build. If you use ninja, it fails with the following error
cmake -G Ninja
>>> Working in BUILD_DIR: "/tmp/portage/x11-misc/verne-0.0.20170625/work/verne-0.0.20170625_build"
ninja -v -j3 -l0
ninja: error: build.ninja:249: bad $-escape (literal $ must be written as $$)
The text was updated successfully, but these errors were encountered:
cmake can use either make or ninja generators for build. If you use ninja, it fails with the following error
The text was updated successfully, but these errors were encountered: