mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
cmake: Fix TRANSFORM typo
This commit is contained in:
parent
c95afab9d4
commit
be699c643c
1 changed files with 1 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ if(T_CHECK)
|
|||
endif()
|
||||
|
||||
# Filter/Transform
|
||||
is_feature_enabled(FILTER_TRANFORM T_CHECK)
|
||||
is_feature_enabled(FILTER_TRANSFORM T_CHECK)
|
||||
if(T_CHECK)
|
||||
list(APPEND PROJECT_PRIVATE_SOURCE
|
||||
"source/filters/filter-transform.hpp"
|
||||
|
|
Loading…
Reference in a new issue