You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The set_directory_properties() function overwrites existing properties.
Normally the properties were empty but the global_build_options.cmake
might make it non-empty (e.g. OMIT_DEPRECATED).
Using set_property() signature instead has an option to APPEND rather
than overwrite.
Is your feature request related to a problem? Please describe.
Shouldn't use non-standard packing options. Really should scrub the list.
osal/src/os/inc/common_types.h
Lines 52 to 75 in 1a82657
Describe the solution you'd like
Remove/scrub
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: