Fix CMake value

This commit is contained in:
James Turner 2020-06-05 13:53:54 +01:00
parent 0e3ac7e078
commit 2b2e3ae5c4

View File

@ -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)