You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
- Parameters assigned to ImageMagick::Magick++ will now follow the 'openshot' shared-library target wherever it's linked, even in build subdirectories that aren't children or siblings of the location where the target was created. - Removed the redundant code duplicating `find_package(ImageMagick)` checks. Multiple dependency scans have only been necessary as a workaround to overcome CMake variables' restricted scope. Targets do not share that limitation.