Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#1436, table object file name
Use a shell glob instead of assuming a specific file name, this should pick up the object file no matter how it was named, as long as it ends in ${CMAKE_C_OUTPUT_EXTENSION}. It does rely on/assume there is only one such file, so this might break if one changes the name of a table without a clean rebuild. A proper fix would still be to use TARGET_OBJECTS generator expression, but that can't happen until Ubuntu 18.04 (w/ ver 3.10) is EOL.
- Loading branch information