"docs/gmock_for_dummies.md" did not exist on "a470862dbe806b4e55232d6aa637a4bd94b800f8"
Commit ca3ffd90 authored by Ayush Joshi's avatar Ayush Joshi
Browse files

FIX #2174 -- remove `DEBUG_POSTFIX`



while this is not synced with the pkg-config file, it only breaks things

Fix #2174
Signed-off-by: default avatarAyush Joshi <ayush854032@gmail.com>
parent 2d07f12b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment