Cmake variable 1 set but not found
monelgordillo opened this issue · 3 comments
monelgordillo commented
graebm commented
the build is failing due to the -Werror
(Make all warnings into errors) build flag. It should build fine if that flag is removed.
It seems like this machine has -Werror
set globally somehow.
what happens if you echo $CFLAGS
? Is -Werror
present? Try removing it.
graebm commented
nevermind.
our code is setting that.
we're looking into it...
graebm commented
Should be fixed in latest version 1.15.3