myx update

This commit is contained in:
2023-02-17 14:37:03 +03:00
parent 933dd218bf
commit 7d7875836b
23 changed files with 264 additions and 113 deletions

View File

@ -1,10 +1,9 @@
include_guard(GLOBAL)
if(${CMAKE_VERSION} VERSION_LESS 3.21)
get_property(nt DIRECTORY PROPERTY PARENT_DIRECTORY)
if(NOT nt)
get_property(__parent_directory DIRECTORY PROPERTY PARENT_DIRECTORY)
if(NOT __parent_directory)
set(PROJECT_IS_TOP_LEVEL true)
endif()
unset(nt)
unset(__parent_directory)
endif()