Compare commits

...

3 Commits

Author SHA1 Message Date
Bo 9b71e29001
Merge fe25e221a5 into 0ddef6ed96 2024-01-15 14:57:41 +08:00
Bo fe25e221a5
Fix indentation
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-12-05 17:36:54 +01:00
Bohumil Homola 64f0a6150d Expanding CMake to other compilers other than MSVC on Windows platform 2023-12-05 16:26:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

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