mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Fix broken CMake code in 57dcdcd393
This commit is contained in:
parent
57dcdcd393
commit
c49bbfc1d0
1 changed files with 1 additions and 3 deletions
|
@ -168,9 +168,7 @@ if(TARGET libobs)
|
|||
message(STATUS "${PROJECT_NAME}: Using native obs-studio.")
|
||||
CacheSet(${PropertyPrefix}OBS_NATIVE TRUE)
|
||||
if (TARGET obs-frontend-api)
|
||||
CacheSet(${PropertyPrefix}_ENABLE_UI TRUE)
|
||||
else()
|
||||
CacheSet(${PropertyPrefix}_ENABLE_UI FALSE)
|
||||
set(HAVE_OBS_FRONTEND TRUE)
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "${PROJECT_NAME}: Using packaged or remote obs-studio.")
|
||||
|
|
Loading…
Reference in a new issue