Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LidarView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LidarView
LidarView-Superbuild
Commits
123f3742
Commit
123f3742
authored
5 years ago
by
Nicolas Cadart
Browse files
Options
Downloads
Patches
Plain Diff
Update PCL version to 1.9 and add PCL plugin in superbuild.
parent
aa580ddd
No related branches found
No related tags found
1 merge request
!2
Update PCL version to 1.9 and add PCL plugin in superbuild.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
Projects/pclplugin.cmake
+11
-0
11 additions, 0 deletions
Projects/pclplugin.cmake
versions.cmake
+5
-1
5 additions, 1 deletion
versions.cmake
with
18 additions
and
1 deletion
CMakeLists.txt
+
2
−
0
View file @
123f3742
...
...
@@ -87,6 +87,7 @@ function (superbuild_find_projects var)
nanoflann
yaml
darknet
pclplugin
)
if
(
UNIX
)
...
...
@@ -211,6 +212,7 @@ if (ENABLE_all)
set
(
ENABLE_pcl ON CACHE BOOL
"enable PCL"
)
set
(
ENABLE_nanoflann ON CACHE BOOL
"enable nanoflann"
)
set
(
ENABLE_darknet ON CACHE BOOL
"enable darknet"
)
set
(
ENABLE_pclplugin ON CACHE BOOL
"enable PCL plugin"
)
endif
(
ENABLE_all
)
add_subdirectory
(
common-superbuild
)
This diff is collapsed.
Click to expand it.
Projects/pclplugin.cmake
0 → 100644
+
11
−
0
View file @
123f3742
superbuild_add_project
(
pclplugin
DEPENDS paraview pcl boost
CMAKE_ARGS
-DCMAKE_CXX_STANDARD=11
-DCMAKE_CXX_STANDARD_REQUIRED=true
-DEIGEN_INCLUDE_DIRS=<INSTALL_DIR>/include/eigen3
-DParaView_DIR:PATH=
${
SuperBuild_BINARY_DIR
}
/common-superbuild/paraview/build
-DPCL_DIR=<INSTALL_DIR>/share/pcl-1.9
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>/pclplugin
)
This diff is collapsed.
Click to expand it.
versions.cmake
+
5
−
1
View file @
123f3742
...
...
@@ -54,7 +54,7 @@ superbuild_set_revision(glog
superbuild_set_revision
(
pcl
GIT_REPOSITORY https://github.com/PointCloudLibrary/pcl.git
GIT_TAG pcl-1.
8
.1
)
GIT_TAG pcl-1.
9
.1
)
superbuild_set_revision
(
qhull
GIT_REPOSITORY https://github.com/qhull/qhull.git
...
...
@@ -79,3 +79,7 @@ superbuild_set_revision(yaml
superbuild_set_revision
(
darknet
GIT_REPOSITORY https://github.com/pjreddie/darknet.git
GIT_TAG master
)
superbuild_set_revision
(
pclplugin
GIT_REPOSITORY https://gitlab.kitware.com/paraview/pclplugin.git
GIT_TAG master
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment