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
|
@ -181,6 +181,7 @@ if(NOT ("${${PREFIX}VERSION}" STREQUAL ""))
|
||||||
TWEAK "${_VERSION_CFG_TWEAK}"
|
TWEAK "${_VERSION_CFG_TWEAK}"
|
||||||
PRERELEASE "${_VERSION_CFG_PRERELEASE}"
|
PRERELEASE "${_VERSION_CFG_PRERELEASE}"
|
||||||
BUILD "${_VERSION_CFG_BUILD}"
|
BUILD "${_VERSION_CFG_BUILD}"
|
||||||
|
REQUIRE PATCH TWEAK
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue