VLOGroup / imageutilities

GNU Lesser General Public License v3.0
17 stars 9 forks source link

problem on installation: iuio marked as required but not found #4

Closed raymond00000 closed 7 years ago

raymond00000 commented 7 years ago

Hi,

I followed the step to install imageutilities. $ cd build $ cmake .. $ make $ make install (https://github.com/VLOGroup/imageutilities)

I set the IMAGEUTILITIES_ROOT to /home/lscm/dvs/dvs-reconstruction/imageutilities

I installed cnpy,libcaer.

Then I ran below line and I got error message: ~/dvs/dvs-reconstruction/build$ cmake ../src -- Imageutilities requested components: iucore;iuio;iugui;iumath CMake Error at /home/lscm/dvs/dvs-reconstruction/imageutilities/ImageUtilitiesConfig.cmake:137 (message): iuio marked as required but not found Call Stack (most recent call first): CMakeLists.txt:25 (find_package)

-- Configuring incomplete, errors occurred!

Thanks.