From 2b2e3ae5c4ac59eac7b51a2d64f217bb87a89c76 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 5 Jun 2020 13:53:54 +0100 Subject: [PATCH] Fix CMake value --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fcb66c5..c6e1923a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(COMMAND cmake_policy) # OpenGL VND policy : use the old definition for now, until we can audit this if(POLICY CMP0072) - cmake_policy(SET CMP0071 OLD) + cmake_policy(SET CMP0072 OLD) endif() if(POLICY CMP0093)