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)