Adding CMAKE_SYSTEM_PROCESSOR to output directory names #2323
JackNWhite
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Seems like a fine recommendation! Are you using a custom toolchain for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are building our deployment on CI for both x64 Linux and aarch64 Linux, but we are finding that because both binaries are output to
build-artifacts/Linux/Topology/bin/Topology
, the binary built second overwrites the one built first.Is anyone else having this problem?
Would anyone be against changing the output directory to
build-artifacts/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}
?Beta Was this translation helpful? Give feedback.
All reactions