Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake generated config defines can cause tedious rebuilds #2397

Closed
biddisco opened this issue Nov 17, 2016 · 0 comments
Closed

CMake generated config defines can cause tedious rebuilds #2397

biddisco opened this issue Nov 17, 2016 · 0 comments
Milestone

Comments

@biddisco
Copy link
Contributor

biddisco commented Nov 17, 2016

I am frustrated by the hpx_add_config_define macro that generates a variable that is in turn added to config/defines.hpp - when changing a parcelport parameter, modifying this file triggers a complete rebuild of the entire hpx stack, which is of course not necessary.

I plan to modify the config macros to allow a namespace type var so that we can put verbs/parcelport variables into their own config/namespace_defines.hpp etc. current behaviour will be left unchanged for variables specified without an optional namespace param, so that variables can be incrementally moved into separate config/xxx_defines.hpp files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants