Skip to content

Commit f64cf6b

Browse files
Merge pull request #3732 from joshiayush:i2174
PiperOrigin-RevId: 423906844 Change-Id: I1c34a3ce8a5c761ef9f1d7ce48bef8826742e97d
2 parents 3d81736 + ca3ffd9 commit f64cf6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

googletest/cmake/internal_utils.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ function(cxx_library_with_type name type cxx_flags)
154154
set_target_properties(${name}
155155
PROPERTIES
156156
COMPILE_FLAGS "${cxx_flags}")
157-
# Generate debug library name with a postfix.
158-
set_target_properties(${name}
159-
PROPERTIES
160-
DEBUG_POSTFIX "d")
161157
# Set the output directory for build artifacts
162158
set_target_properties(${name}
163159
PROPERTIES

0 commit comments

Comments
 (0)