Feature/ci packing #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: compAIR/libcreate#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/ci-packing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Apart from the
-Werror
stuff and the CI failure due to the cmake invocation, LGTM.I'd rather add the
-Werror
directly in the CMake setup add the top to theadd_compile_options(..)
call.Also, the CI fails, as
cmake
needs to be passed the path to the source directory as first unnamed argument.Same as above for the CI workflow.
Should be good now. Pls approve and merge