From: Dirk Lemstra Date: Sun, 22 Apr 2018 09:20:39 +0000 (+0200) Subject: Removed cmake option to test if that fixes the configure check. X-Git-Tag: 7.0.7-29~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e94f50e3d6682dbdb94a490214d582430c75aa3c;p=imagemagick Removed cmake option to test if that fixes the configure check. --- 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