From ca3ffd90f2726f6c0c6e790f05c7c88491a16466 Mon Sep 17 00:00:00 2001 From: Ayush Joshi Date: Thu, 13 Jan 2022 21:24:56 +0530 Subject: [PATCH] FIX #2174 -- remove `DEBUG_POSTFIX` while this is not synced with the pkg-config file, it only breaks things Fix #2174 Signed-off-by: Ayush Joshi --- googletest/cmake/internal_utils.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/googletest/cmake/internal_utils.cmake b/googletest/cmake/internal_utils.cmake index 0c7983ae..5a34c07a 100644 --- a/googletest/cmake/internal_utils.cmake +++ b/googletest/cmake/internal_utils.cmake @@ -154,10 +154,6 @@ function(cxx_library_with_type name type cxx_flags) set_target_properties(${name} PROPERTIES COMPILE_FLAGS "${cxx_flags}") - # Generate debug library name with a postfix. - set_target_properties(${name} - PROPERTIES - DEBUG_POSTFIX "d") # Set the output directory for build artifacts set_target_properties(${name} PROPERTIES