This commit is contained in:
2022-10-19 20:51:13 +03:00
parent dae5cc0afe
commit 9fe572822c
9 changed files with 7 additions and 13 deletions

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

@ -1,5 +1,3 @@
include_guard(GLOBAL)
function(myx_create_packages TARGET_NAME)
if(NOT ${PROJECT_BINARY_DIR} STREQUAL ${CMAKE_BINARY_DIR})
return()

@ -1,5 +1,3 @@
include_guard(GLOBAL)
if(${CMAKE_VERSION} VERSION_LESS "3.17.0")
set(MYX_CMAKE_LIB_DOC_DIR_BACKPORT "${CMAKE_CURRENT_LIST_DIR}")
endif()

@ -1,5 +1,3 @@
include_guard(GLOBAL)
if(${CMAKE_VERSION} VERSION_LESS "3.17.0")
set(MYX_CMAKE_LIB_UNCRUSTIFY_DIR_BACKPORT "${CMAKE_CURRENT_LIST_DIR}")
endif()