Stefan Brüns 16e7f6905c Fix scope of CMake Policy variables
Commit 7d47760d37b4 ("moving some settings to an apposite cmake file")
moved the `cmake_policy(SET CMP0072 NEW)` from the toplevel scope to the
scope of the included file. For details, see
https://cmake.org/cmake/help/latest/manual/cmake-policies.7.html

Set NO_POLICY_SCOPE when including the file, to move the POLICIES back
to the toplevel scope. Also remove the extra cmake_minimum_version from
external/CMakeLists.txt, as it implicitly calls
`cmake_policy(VERSION 3.10)`, resetting any policies introduced with
cmake 3.11 and newer (i.e. CMP0072).

Fixes #1095.
2021-09-26 22:09:23 +02:00
..
2021-09-14 17:08:28 +02:00
2020-11-13 11:38:34 +01:00
2021-07-27 11:34:31 +02:00
2021-07-27 11:34:31 +02:00
2021-05-26 17:14:06 +02:00
2021-07-27 11:34:31 +02:00
2021-07-29 13:16:48 +02:00
2021-07-27 11:34:31 +02:00
2021-07-27 11:34:31 +02:00
2021-07-27 11:34:31 +02:00
2021-07-27 11:34:31 +02:00
2021-07-27 11:34:31 +02:00
2021-07-21 17:16:05 +02:00
2021-05-26 17:14:06 +02:00
2021-07-21 18:48:34 +02:00
2021-04-22 16:17:16 +02:00
2021-06-10 14:57:45 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-06-22 13:10:04 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-05-26 17:14:06 +02:00
2021-06-30 16:39:31 +02:00
2021-07-21 17:16:05 +02:00

External libraries for MeshLab

Notes about external libraries:

Required libraries

  • GLEW
  • easyexif

Without these two libraries (or their relative system provided libraries), MeshLab cannot be compiled.

Optional libraries

Boost and CGAL directories contain only a portion of the libraries, that is the code necessary to build the mesh_booleans plugin.