Fix CMake value
This commit is contained in:
parent
0e3ac7e078
commit
2b2e3ae5c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user