tudelft3d / pprepair

Validation and Automatic Repair of Planar Partitions
GNU General Public License v3.0
57 stars 22 forks source link

Move `cmake_minimum_required` to the top of `CMakeLists.txt` #58

Closed lnicola closed 11 months ago

lnicola commented 11 months ago

This fixes the following warning:

CMake Warning (dev) at CMakeLists.txt:22 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.