mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
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:
parent
b1cf887f86
commit
6f445b3e3d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user