mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-26 12:59:28 -04:00
OOPS
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
004d908c2b
commit
19860da768
1 changed files with 2 additions and 2 deletions
|
|
@ -491,9 +491,9 @@ function(AddPackage)
|
|||
set_precedence(ON OFF)
|
||||
endif()
|
||||
|
||||
if(DEFINED PKG_ARGS_VERSION)
|
||||
if(DEFINED PKG_ARGS_MIN_VERSION)
|
||||
list(APPEND EXTRA_ARGS
|
||||
VERSION ${PKG_ARGS_VERSION})
|
||||
VERSION ${PKG_ARGS_MIN_VERSION})
|
||||
endif()
|
||||
|
||||
if (PKG_ARGS_FIND_PACKAGE_ARGUMENTS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue