File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
apps/calibration/hand-eye
modules/detection/test/apriltag-with-dataset Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ViSP 3.7.1 (current version)
2121 . [#1899] Installed headers are arch specific
2222 . [#1901] The app visp-calibrate-camera references default-chessboard.cfg and
2323 default-circles.cfg config files that are missing from installation
24+ . [#1909] Fix build failure when apriltag is deactivated
2425----------------------------------------------
2526ViSP 3.7.0 (released December 19, 2025)
2627 - Contributors:
Original file line number Diff line number Diff line change 3636
3737#include < visp3/core/vpConfig.h>
3838
39- #if defined(VISP_HAVE_PUGIXML)
39+ #if defined(VISP_HAVE_PUGIXML) && defined(VISP_HAVE_APRILTAG)
4040
4141#include < visp3/core/vpIoTools.h>
4242#include < visp3/core/vpXmlParserCamera.h>
Original file line number Diff line number Diff line change 3636 */
3737#include < visp3/core/vpConfig.h>
3838
39- #if defined(VISP_HAVE_CATCH2)
39+ #if defined(VISP_HAVE_CATCH2) && defined(VISP_HAVE_APRILTAG)
4040
4141#include < catch_amalgamated.hpp>
4242
You can’t perform that action at this time.
0 commit comments