Skip to content

Commit cbe39f0

Browse files
committed
[FIX] Fixed typo in preproc command
1 parent 242bb64 commit cbe39f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/calibration/hand-eye/visp-compute-apriltag-poses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#include <visp3/core/vpConfig.h>
3838

39-
#if defined(VISP_HAVE_PUGIXML) and defined(VISP_HAVE_APRILTAG)
39+
#if defined(VISP_HAVE_PUGIXML) && defined(VISP_HAVE_APRILTAG)
4040

4141
#include <visp3/core/vpIoTools.h>
4242
#include <visp3/core/vpXmlParserCamera.h>

modules/detection/test/apriltag-with-dataset/perfApriltagDetection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
#include <visp3/core/vpConfig.h>
3838

39-
#if defined(VISP_HAVE_CATCH2) and defined(VISP_HAVE_APRILTAG)
39+
#if defined(VISP_HAVE_CATCH2) && defined(VISP_HAVE_APRILTAG)
4040

4141
#include <catch_amalgamated.hpp>
4242

0 commit comments

Comments
 (0)