fix build

doesn't (yet) support out-of-src tree builds
pass --target docs to %%cmake_build
This commit is contained in:
Rex Dieter 2020-07-22 08:21:17 -05:00
parent 5931722e90
commit 64b783faf2

View File

@ -1,6 +1,8 @@
# Fedora package review: http://bugzilla.redhat.com/718395
%global __cmake_in_source_build 1
Summary: Library for accessing MusicBrainz servers
Name: libmusicbrainz5
Version: 5.1.0
@ -49,7 +51,8 @@ echo "HTML_TIMESTAMP = NO" >> Doxyfile.cmake
%cmake
%cmake_build
%cmake_build docs
%cmake_build --target docs
%install