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
Additional context
The CFE scripts also do set TGTNAME in other places so it by chance had a leftover value that happened to be the same thing, and therefore this wouldn't be noticed when building for a single target (the default case).
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jul 9, 2020
Describe the bug
Typo in cmake file - the loop variable when installing coverage binaries is
TGT
but the DESTINATION refers toTGTNAME
.To Reproduce
Build with multiple CPUs sharing the same target+platform config.
Expected behavior
Binaries should be installed for everything in INSTALL_TARGET_LIST.
Code snips
osal/src/unit-test-coverage/CMakeLists.txt
Lines 86 to 89 in 80fdd67
System observed on:
Ubuntu 20.04
Additional context
The CFE scripts also do set
TGTNAME
in other places so it by chance had a leftover value that happened to be the same thing, and therefore this wouldn't be noticed when building for a single target (the default case).Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: