CMakeLists.txt
11.6 KB
-
Fix compilation for CMake versions 3.0.x where x >= 1 · 8bbee8f3
Apparently policy CMP0015 was added in CMake 3.1. With CMake 3.0.2, the build was failing with CMake Error at CMakeLists.txt:18 (CMAKE_POLICY): Policy "CMP0051" is not known to this version of CMake. This patch makes it work.
Michael Haggerty committed