remove unnecessary cmake define

This commit is contained in:
Dan Horák 2014-09-20 13:59:19 +02:00
parent 101cf1bcec
commit ed805447b6
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ libraries under the hood.
%build
%cmake -DCMAKE_BUILD_TYPE=Release \
-DENABLE_SIGROKDECODE=ON
%cmake -DCMAKE_BUILD_TYPE=Release
make %{?_smp_mflags}
%install