Nerei / kinfu_remake

Optimized and reworked version of Kinfu
BSD 3-Clause "New" or "Revised" License
339 stars 125 forks source link

Need OpenCV_STATIC cmake entry to support compiling with static opencv libs #13

Open ShiningPluto opened 8 years ago

ShiningPluto commented 8 years ago

As the opencv_viz module is not included in the official opencv binary package, we need to compile it ourselves. If you compile opencv to static libs, the current cmake configure process will fail. You can solve it by adding a "OpenCV_STATIC" cmake entry with value "true".