Skip to content

Fix passing options when local source override

Compare
Choose a tag to compare
@TheLartians TheLartians released this 27 Sep 20:57
· 119 commits to master since this release
aeef56e
fix passing options when using CPM_<pkg>_SOURCE (#155)

When I used CPM_<pkg>_SOURCE to point to a locally modified copy,
the options ended up not being passed on. I think they should be, so
this patch does so.