2.0.16
This commit is contained in:
@ -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()
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user