Fix passing options when local source override
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.