Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Werner
waLBerla
Commits
0965dab0
Commit
0965dab0
authored
May 11, 2021
by
Dominik Thoennes
Browse files
increase cmake_minimum version to prevent deprecation warning
parent
15593580
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindOpenMesh.cmake
View file @
0965dab0
...
...
@@ -53,7 +53,7 @@
#
#===========================================================================
cmake_minimum_required
(
VERSION 2.8.
9
)
cmake_minimum_required
(
VERSION 2.8.
12
)
#if already found via finder or simulated finder in openmesh CMakeLists.txt, skip the search
IF
(
NOT OPENMESH_FOUND
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment