Merge pull request #3732 from joshiayush:i2174
PiperOrigin-RevId: 423906844 Change-Id: I1c34a3ce8a5c761ef9f1d7ce48bef8826742e97d
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user