This commit is contained in:
2022-10-05 10:01:02 +03:00
parent be3788ebe4
commit 572b0be826
12 changed files with 18 additions and 45 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)