File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
FIND_PATH (
2
2
QHULL_DIR
3
- NAMES include /qhull/qhull.h
4
- PATHS /usr /usr/local
3
+ # NAMES include/qhull/qhull.h
4
+ # PATHS /usr /usr/local
5
+ NAMES include /libqhull/libqhull.h
6
+ PATHS /usr /usr/local /opt/jsk
5
7
DOC "the top directory of qhull" )
6
8
7
9
IF ( QHULL_DIR )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ extern "C" {
3
3
#if (defined __APPLE__)
4
4
#include < pcl/surface/qhull.h>
5
5
#else
6
- #include < qhull /qhull_a.h>
6
+ #include < libqhull /qhull_a.h>
7
7
#endif
8
8
}
9
9
#include < hrpModel/Link.h>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extern "C" {
19
19
#if (defined __APPLE__)
20
20
#include < pcl/surface/qhull.h>
21
21
#else
22
- #include < qhull /qhull_a.h>
22
+ #include < libqhull /qhull_a.h>
23
23
#endif
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ extern "C" {
61
61
#if (defined __APPLE__ )
62
62
#include <pcl/surface/qhull.h>
63
63
#else
64
- #include "qhull /qhull_a.h"
64
+ #include "libqhull /qhull_a.h"
65
65
#endif
66
66
}
67
67
//char qh_version[] = "vclip 1.0";
You can’t perform that action at this time.
0 commit comments