cmake: Fix version(REQUIRE) statement

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-13 13:32:43 +02:00 committed by Xaymar
parent af41557e4d
commit c000061758
1 changed files with 1 additions and 1 deletions

View File

@ -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