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

View File

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

View File

@ -1,6 +1,6 @@
include_guard(GLOBAL)
macro(myx_find_requred_packages)
macro(myx_find_required_packages)
set(options)
set(oneValueArgs)
set(multiValueArgs PACKAGES Boost Qt5 Qt5Private)