We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d81736 + ca3ffd9 commit f64cf6bCopy full SHA for f64cf6b
googletest/cmake/internal_utils.cmake
@@ -154,10 +154,6 @@ function(cxx_library_with_type name type cxx_flags)
154
set_target_properties(${name}
155
PROPERTIES
156
COMPILE_FLAGS "${cxx_flags}")
157
- # Generate debug library name with a postfix.
158
- set_target_properties(${name}
159
- PROPERTIES
160
- DEBUG_POSTFIX "d")
161
# Set the output directory for build artifacts
162
163
0 commit comments