cwi-dis / cwi-pcl-codec

Point Cloud Codec invented by Rufael Mekuria, based on PCL (Point Cloud Library)
Other
48 stars 18 forks source link

Cmake bug: jpeg version is incorrect #5

Open cucrui opened 5 years ago

cucrui commented 5 years ago

In CmakeLists.txt line 130 I change this line as find_package(JPEG ${QUIET_FLAG} REQUIRED), then compiled successfully. For TuorboJpeg, official dont provide .cmake file, and In source code, inlcude file is libjpeg.h not turbojpeg.h, so If I find_packege turbojpeg, it goes wrong.

jackjansen commented 2 years ago

Replying to a very old bug.

Could you have a look at https://github.com/cwi-dis/cwipc, which contains the same codec as this repository (in the cwipc_codec submodule)? But, unlike this repo, we actively maintain that one. So there is a chance the build issue here has already been fixed there, and if it hasn't there is a much better chance that we will address it...