'cmake 3.20' complained about an "unknown option".
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/poppler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/poppler b/lfs/poppler index b03702146..632d6f8ef 100644 --- a/lfs/poppler +++ b/lfs/poppler @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -DCMAKE_INSTALL_PREFIX=/usr \ -DTESTDATADIR=$PWD/testfiles \ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ - -ENABLE_QT5=OFF \ + -DENABLE_QT5=OFF \ ..
cd $(DIR_APP)/build && make $(MAKETUNING)