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 -GNinja -B build/ && cmake --build build/
Results in this error:
ninja: error: build.ninja:158: bad $-escape (literal $ must be written as $$)
Replacing the $(MAKE) command with make gives us this new error:
ninja: error: 'backtrace-prefix/lib/libbacktrace.a', needed by 'bin/fluent-bit', missing and no known rule to make it
So fix that by properly defining the BUILD_BYPRODUCTS.
(Also see https://cmake.org/cmake/help/latest/module/ExternalProject.html#build-step-options)
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
0 commit comments