mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
cmake: Fix obs-frontend-apiConfig.cmake included from 3rd party plugin
This commit is contained in:
committed by
Ryan Foster
parent
ddb4f41d7d
commit
fad82d0f9c
@@ -2,7 +2,7 @@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
find_dependency(OBS::libobs REQUIRED)
|
||||
find_dependency(libobs REQUIRED)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
|
||||
check_required_components("@PROJECT_NAME@")
|
||||
|
||||
Reference in New Issue
Block a user