From 1f5c9f881ae2af90fd01489c09057bee7c9c0306 Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Thu, 6 Jul 2017 05:26:42 +0200 Subject: [PATCH] cmake: Fix integration with obs-studio This will make it properly detect if it is part of obs-studio or standalone. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f84b8a6..186c203 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ SET(obs-stream-effects_LIBRARIES ################################################################################ # Standalone and OBS Studio Build Data ################################################################################ -if(DepsPath) +if(TARGET obs-studio) # OBS Studio Specific # Directories