CMake: set CMP0072 to NEW

Silences CMake's warning and uses GLVND, which still works for linux

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Change-Id: Iadd173b41c4fbcdff9fe512f9a7dbf70a6d95bcd
This commit is contained in:
Christopher Degawa 2021-06-08 21:58:57 -05:00
parent b1cf887f86
commit 6f445b3e3d
No known key found for this signature in database
GPG Key ID: 40BDA1D2A156699E

View File

@ -8,6 +8,10 @@
cmake_minimum_required(VERSION 3.5)
if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()
project(WebP C)
# Options for coder / decoder executables.