Skip to content

[CMake] add .h and .i as dependencies for SWIG#1218

Merged
KrisThielemans merged 2 commits intoUCL:masterfrom
KrisThielemans:swig_dependencies
Jun 13, 2023
Merged

[CMake] add .h and .i as dependencies for SWIG#1218
KrisThielemans merged 2 commits intoUCL:masterfrom
KrisThielemans:swig_dependencies

Conversation

@KrisThielemans
Copy link
Copy Markdown
Collaborator

@KrisThielemans KrisThielemans commented Jun 11, 2023

Currently adding all .h files, which is too much, but waiting for a fix on the CMake side.

Fixes #281

https://gitlab.kitware.com/cmake/cmake/-/issues/4147 claims this should have been resolved for the Makefle generator, but modifying a .i file didn't regenerate the wrapper for me (CMake 3.21.3)

Currently adding all .h files, which is too much, but waiting for
a fix on the CMake side.
@KrisThielemans KrisThielemans merged commit 611cc6e into UCL:master Jun 13, 2023
@KrisThielemans KrisThielemans deleted the swig_dependencies branch June 13, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swig wrapper generation should depend on .h files

1 participant