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) ...@@ -154,10 +154,6 @@ function(cxx_library_with_type name type cxx_flags)
set_target_properties(${name} set_target_properties(${name}
PROPERTIES PROPERTIES
COMPILE_FLAGS "${cxx_flags}") 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 the output directory for build artifacts
set_target_properties(${name} set_target_properties(${name}
PROPERTIES 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