From e94f50e3d6682dbdb94a490214d582430c75aa3c Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 22 Apr 2018 11:20:39 +0200 Subject: [PATCH] Removed cmake option to test if that fixes the configure check. --- Magick++/fuzz/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/fuzz/build.sh b/Magick++/fuzz/build.sh index 71aefbd30..20b5cc621 100644 --- a/Magick++/fuzz/build.sh +++ b/Magick++/fuzz/build.sh @@ -30,7 +30,7 @@ popd # Build libtiff pushd "$SRC/libtiff" -cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DBUILD_SHARED_LIBS=off +cmake . -DCMAKE_INSTALL_PREFIX=$WORK make -j$(nproc) make install popd -- 2.50.1