rogue icon indicating copy to clipboard operation
rogue copied to clipboard

Fix CMake policy warnings

Open JJL772 opened this issue 9 months ago • 1 comments

Fix CMake policy warnings and upgrade CMake minimum version.

Description

  • Fix CMake policy CMP0148 by upgrading to FindPython3 from the old find package methods for Python
  • Fix CMake policy CMP0074 by correcting the case of the Boost_ROOT variable. Ironically they re-added the all-caps functionality in CMake 3.27.
  • Increased minimum CMake version to 3.15

JJL772 avatar May 10 '24 18:05 JJL772