Fix indentation

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
pull/1251/head
Bo 2023-12-05 17:36:54 +01:00 committed by GitHub
parent 64f0a6150d
commit fe25e221a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC
DEBUG_ENABLED DEBUG_ENABLED
DEBUG_METHODS_ENABLED DEBUG_METHODS_ENABLED
> >
$<$<AND:$<BOOL:${WIN32}>,$<NOT:${compiler_is_gnu}>>: $<$<AND:$<BOOL:${WIN32}>,$<NOT:${compiler_is_gnu}>>:
TYPED_METHOD_BIND TYPED_METHOD_BIND
> >
) )