From 64f0a6150df6f36f6e7f831e75862afd1a794c28 Mon Sep 17 00:00:00 2001 From: Bohumil Homola Date: Fri, 22 Sep 2023 13:27:30 +0200 Subject: [PATCH 1/2] Expanding CMake to other compilers other than MSVC on Windows platform --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75ff5005..f6144561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC DEBUG_ENABLED DEBUG_METHODS_ENABLED > - $<${compiler_is_msvc}: + $<$,$>: TYPED_METHOD_BIND > ) From fe25e221a5ba532f896888d287aa370db07677c0 Mon Sep 17 00:00:00 2001 From: Bo <78692977+BoHomola@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:36:54 +0100 Subject: [PATCH 2/2] Fix indentation Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6144561..45e88a5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC DEBUG_ENABLED DEBUG_METHODS_ENABLED > - $<$,$>: + $<$,$>: TYPED_METHOD_BIND > )