This commit is contained in:
2022-10-09 01:02:58 +03:00
parent 120146f6ce
commit 58e7dfce22
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
set(MYX_CMAKE_PACKAGE_VERSION "2.0.14")
set(MYX_CMAKE_PACKAGE_VERSION "2.0.15")
if(MYX_CMAKE_PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

View File

@ -31,4 +31,4 @@ macro(myx_find_requred_packages)
unset(multiValueArgs)
unset(oneValueArgs)
unset(options)
endmacro(myx_find_packages)
endmacro(myx_find_required_packages)