Expanding CMake to other compilers other than MSVC on Windows platform

pull/1251/head
Bohumil Homola 2023-09-22 13:27:30 +02:00 committed by Bohumil Homola
parent 54136ee835
commit 64f0a6150d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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
>
)