FiniteSingularity / obs-composite-blur

A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing.
GNU General Public License v2.0
325 stars 27 forks source link

Fix in-tree build for OBS cmake version 3.0.0 #21

Closed exeldro closed 10 months ago

exeldro commented 10 months ago

the add_subdirectory(obs-composite-blur) needs to be in the if(OBS_CMAKE_VERSION VERSION_GREATER_EQUAL 3.0.0) in the CMakeLists.txt of the plugins directory, so before the return()

FiniteSingularity commented 10 months ago

Works perfectly. Thanks @exeldro!