Skip to content
Snippets Groups Projects
Commit 19d3ecf4 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Merge branch 'thoennes-master-patch-41271' into 'master'

increase version to prevent deprecation warning during cmake call

See merge request !658
parents 2b47f2a7 c10032f8
Branches
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
# #
#=========================================================================== #===========================================================================
cmake_minimum_required(VERSION 3.3.0) cmake_minimum_required(VERSION 3.5.0)
#if already found via finder or simulated finder in openmesh CMakeLists.txt, skip the search #if already found via finder or simulated finder in openmesh CMakeLists.txt, skip the search
IF (NOT OPENMESH_FOUND) IF (NOT OPENMESH_FOUND)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment