re-enable -werror=off

This commit is contained in:
Björn Esser 2014-05-23 21:28:27 +02:00
parent 75e71b36b3
commit 3e10c0ace1
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ for %{name}.
mkdir -p build mkdir -p build
pushd build pushd build
%cmake \ %cmake \
-DENABLE_WERROR=OFF \
-DPREFIX=%{_prefix} \ -DPREFIX=%{_prefix} \
-DLIB_DIR=%{_libdir} \ -DLIB_DIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_BUILD_TYPE=RELEASE \