pmoulon / CMVS-PMVS

This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).
http://opensourcephotogrammetry.blogspot.com/
939 stars 464 forks source link

Makefile Install Target #4

Closed ikirker closed 10 years ago

ikirker commented 10 years ago

I'm not sure if anyone's still maintaining this project, but I figured I'd drop an issue anyway.

CMake doesn't appear to generate an install target for me -- I get a preinstall target, and the prefix is around the CMake files, but there's no install. Is this a bug, or an omitted feature?

Many thanks for bundling this up and making it easier to use MKL, by the way.

TheFrenchLeaf commented 10 years ago

Thanks for your feedback.

According the few binary that are compiled, install have been omited.