mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
cmake: Fix version(REQUIRE) statement
This commit is contained in:
parent
af41557e4d
commit
c000061758
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ version(GENERATE PROJECT_VERSION
|
|||
MINOR "${_VERSION_MINOR}"
|
||||
PATCH "${_VERSION_PATCH}"
|
||||
TWEAK "${_VERSION_TWEAK}"
|
||||
REQUIRE PATCH TWEAK
|
||||
REQUIRE "PATCH;TWEAK"
|
||||
)
|
||||
project(
|
||||
StreamFX
|
||||
|
|
Loading…
Reference in a new issue