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
Describe the bug
Deprecation flags not showing up in build for cFE/apps/PSP
To Reproduce
Prep with SIMULATION=native ENABLE_UNIT_TEST=true OMIT_DEPRECATED=true
make VERBOSE=true and see the DEPRECATED flags not applied to cFE/apps/PSP
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.
Describe the bug
Deprecation flags not showing up in build for cFE/apps/PSP
To Reproduce
Prep with SIMULATION=native ENABLE_UNIT_TEST=true OMIT_DEPRECATED=true
make VERBOSE=true and see the DEPRECATED flags not applied to cFE/apps/PSP
Expected behavior
Global flags should be global
Code snips
None
System observed on:
Additional context
Critical for CI testing...
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: