Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LidarView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor 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
yan yong
LidarView
Commits
0705ad19
Commit
0705ad19
authored
3 years ago
by
Arnaud Billon
Browse files
Options
Downloads
Patches
Plain Diff
[upgrade] Set lowercase paraview_version
Copycat of Paraview now using an informal lowercase paraview_version
parent
420bfd9c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Application/CMakeLists.txt
+3
-3
3 additions, 3 deletions
Application/CMakeLists.txt
Superbuild/Projects/lidarview.cmake
+1
-0
1 addition, 0 deletions
Superbuild/Projects/lidarview.cmake
with
4 additions
and
3 deletions
Application/CMakeLists.txt
+
3
−
3
View file @
0705ad19
...
...
@@ -11,8 +11,8 @@ endif()
if
(
NOT LV_BUILD_ARCHITECTURE
)
message
(
FATAL_ERROR
"LV_BUILD_ARCHITECTURE not set"
)
endif
()
if
(
NOT
PARAVIEW_VERSION_MAJOR OR NOT PARAVIEW_VERSION_MINOR
)
message
(
FATAL_ERROR
"
PARAVIEW_VERSION_
not set"
)
if
(
NOT
paraview_version
)
message
(
FATAL_ERROR
"
paraview_version
not set"
)
endif
()
add_subdirectory
(
"Ui/"
)
...
...
@@ -31,7 +31,7 @@ set (source_files
# This ensure that build_paraview_client() adds an "forwarding path" to locate
# paraview from installed location.
set
(
PARAVIEW_INSTALL_LIB_DIR
"lib/paraview-
${
PARAVIEW_VERSION_MAJOR
}
.
${
PARAVIEW_VERSION_MINOR
}
"
)
set
(
PARAVIEW_INSTALL_LIB_DIR
"lib/paraview-
${
paraview_version
}
"
)
# Please make sure to adapt the AboutDialog text in the followin file
# Lidar\python\lidarview\aboutDialog.py
...
...
This diff is collapsed.
Click to expand it.
Superbuild/Projects/lidarview.cmake
+
1
−
0
View file @
0705ad19
...
...
@@ -14,6 +14,7 @@ superbuild_add_project(lidarview
-DParaView_DIR:PATH=
${
SuperBuild_BINARY_DIR
}
/common-superbuild/paraview/build
-DVTK_DIR:PATH=
${
SuperBuild_BINARY_DIR
}
/common-superbuild/paraview/build/VTK
-DCMAKE_CXX_STANDARD:STRING=
${
CMAKE_CXX_STANDARD
}
-Dparaview_version=
${
paraview_version
}
-Dqt_version:STRING=
${
qt_version
}
-DBoost_NO_BOOST_CMAKE:BOOL=
${
Boost_NO_BOOST_CMAKE
}
#$lidarview_appname dependencies options
...
...
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