Skip to content

Update FindOpenMesh.cmake

Markus Holzer requested to merge holzer-master-patch-76356 into master

The current FindOpenMesh file throws uses cmake_minimum_required(VERSION 2.8.12) and thus the following Warning is thrown:

CMake Deprecation Warning at cmake/FindOpenMesh.cmake:56 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:921 (find_package)

This MR updates the file from: https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/blob/master/cmake/FindOpenMesh.cmake?ref_type=heads

Merge request reports