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
bf8947e1
Commit
bf8947e1
authored
3 years ago
by
Arnaud Billon
Browse files
Options
Downloads
Patches
Plain Diff
[upgrade] Bump CMake version to 3.20.3
parent
f83b6d11
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
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Superbuild/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Superbuild/CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
bf8947e1
cmake_minimum_required
(
VERSION 3.
1
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.
20.3
FATAL_ERROR
)
project
(
LidarView
)
#Thanks to ExternalProject CMAKE_SOURCE_DIR will correctly be the same as this PROJECT_SOURCE_DIR
...
...
This diff is collapsed.
Click to expand it.
Superbuild/CMakeLists.txt
+
1
−
1
View file @
bf8947e1
cmake_minimum_required
(
VERSION 3.
1
2
)
cmake_minimum_required
(
VERSION 3.2
0.3
)
project
(
LidarViewSuperBuild
)
...
...
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