CMAKE_MODULES enabled for openvkl

This commit is contained in:
aekoroglu 2023-03-06 18:32:57 +02:00
parent 6d3ddd9991
commit c1f482a567

View File

@ -135,7 +135,6 @@ export CXXFLAGS="%{build_cxxflags} -Wl,--as-needed"
%endif %endif
-DOPENVDB_BUILD_UNITTESTS=OFF \ -DOPENVDB_BUILD_UNITTESTS=OFF \
-DOPENVDB_ENABLE_RPATH=OFF \ -DOPENVDB_ENABLE_RPATH=OFF \
-DOPENVDB_INSTALL_CMAKE_MODULES=OFF \
-DPYOPENVDB_INSTALL_DIRECTORY=%{python3_sitearch} \ -DPYOPENVDB_INSTALL_DIRECTORY=%{python3_sitearch} \
%if 0%{?with_ax} %if 0%{?with_ax}
-DHAVE_FFI_CALL=ON \ -DHAVE_FFI_CALL=ON \
@ -182,6 +181,7 @@ find %{buildroot} -name '*.a' -delete
%doc html %doc html
%{_includedir}/* %{_includedir}/*
%{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so
%{_libdir}/cmake/OpenVDB/
%changelog %changelog
%autochangelog %autochangelog