This commit is contained in:
2022-10-06 15:23:16 +03:00
parent e3adedcf86
commit 08b5271e5a
23 changed files with 330 additions and 167 deletions

View File

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