Compare commits

...

3 Commits

Author SHA1 Message Date
Bo d79ea6c1cd
Merge fe25e221a5 into 0145e900f3 2024-01-20 08:28:13 -07: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
>
)