LLVM puts output binaries in
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin. This chunk of
code left out the ${CMAKE_CFG_INTDIR}. Ultimately, the code signing target
does not need a working directory anyways, so it's safe to just remove it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
Honestly, I don't know that we need to specify a working directory on this command at all. Since we're specifying the target file using a generator expression everything else should work because we use explicit not relative paths.