summaryrefslogtreecommitdiffstats
path: root/googletest/cmake
diff options
context:
space:
mode:
authorAyush Joshi <ayush854032@gmail.com>2022-01-13 15:54:56 (GMT)
committerAyush Joshi <ayush854032@gmail.com>2022-01-13 15:54:56 (GMT)
commitca3ffd90f2726f6c0c6e790f05c7c88491a16466 (patch)
tree28fbfb1af2836b2dec5206f346416bba5a9c033b /googletest/cmake
parent2d07f12b607c528b21795ab672cff3afaf64f7a1 (diff)
downloadgoogletest-ca3ffd90f2726f6c0c6e790f05c7c88491a16466.zip
googletest-ca3ffd90f2726f6c0c6e790f05c7c88491a16466.tar.gz
googletest-ca3ffd90f2726f6c0c6e790f05c7c88491a16466.tar.bz2
FIX #2174 -- remove `DEBUG_POSTFIX`refs/pull/3732/head
while this is not synced with the pkg-config file, it only breaks things Fix #2174 Signed-off-by: Ayush Joshi <ayush854032@gmail.com>
Diffstat (limited to 'googletest/cmake')
-rw-r--r--googletest/cmake/internal_utils.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/googletest/cmake/internal_utils.cmake b/googletest/cmake/internal_utils.cmake
index 0c7983a..5a34c07 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