forked from pool/librealsense
Improve and reorganize building shared libraries #1
Reference in New Issue
Block a user
Delete Branch "rhabacker/h-librealsense:factory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support for the creation of shared libraries has been taken over by this pull request https://github.com/IntelRealSense/librealsense/pull/14125.
@@ -85,6 +87,7 @@ sed -i "s/‘\|\’/\'/g" %{_builddir}/%{name}-%{version}/src/libusb/libusb.h%cmake \-DOpenGL_GL_PREFERENCE=GLVND \-DCHECK_FOR_UPDATES=OFF \-DBUILD_SHARED_LIBS=1 \This is not necessary,
%cmakedoes this. I will fix this up.