Skip to content

ENH: add "build-only" key for extension dependency resolution.

Isaiah requested to merge github/fork/ihnorton/hide_build_only_dep_warning into master

Extension with the configuration key "build_only" will be ignored by dependency resolution. This allows us to hide the warning for a compile time-only extension which does not create any installable build products, such as Eigen.

Fixes: http://www.na-mic.org/Bug/view.php?id=3704

Merge request reports