Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
  • Loading branch information
BoHomola and AThousandShips authored Dec 5, 2023
1 parent 64f0a61 commit fe25e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC
DEBUG_ENABLED
DEBUG_METHODS_ENABLED
>
$<$<AND:$<BOOL:${WIN32}>,$<NOT:${compiler_is_gnu}>>:
$<$<AND:$<BOOL:${WIN32}>,$<NOT:${compiler_is_gnu}>>:
TYPED_METHOD_BIND
>
)
Expand Down

0 comments on commit fe25e22

Please sign in to comment.