diff --git a/CMakeLists.txt b/CMakeLists.txt index b887b68e..3ee34678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,7 @@ cmake_minimum_required (VERSION 3.10) -# OpenGL VND policy : use the old definition for now, until we can audit this if(POLICY CMP0072) - cmake_policy(SET CMP0072 OLD) + cmake_policy(SET CMP0072 NEW) endif() if(POLICY CMP0093)