Closed PeterMuehlfellner closed 10 years ago
When freshly checking out camodocal, and following the build instructions, I get the following error on make:
/usr/bin/ld: cannot find -lcamodocal_camera_models
This seems to be related to the pre-condition (CERES_FOUND) for the camera_models package. I got it to build by:
Does this make sense? What's the proper solution to this problem?
I implemented your suggestions, and removed all CERES_FOUND pre-conditions from the CMakeLists.txt files as Ceres is a required library. Thanks for the suggestions!
When freshly checking out camodocal, and following the build instructions, I get the following error on make:
This seems to be related to the pre-condition (CERES_FOUND) for the camera_models package. I got it to build by:
Does this make sense? What's the proper solution to this problem?