mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 18:41:14 +00:00
cmake: Require generation of PATCH and TWEAK variables
Might fix the missing PROJECT_VERSION_TWEAK issue that has been encountered.
This commit is contained in:
parent
b48c1db138
commit
b15fd787b6
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ if(NOT ("${${PREFIX}VERSION}" STREQUAL ""))
|
|||
TWEAK "${_VERSION_CFG_TWEAK}"
|
||||
PRERELEASE "${_VERSION_CFG_PRERELEASE}"
|
||||
BUILD "${_VERSION_CFG_BUILD}"
|
||||
REQUIRE PATCH TWEAK
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue