Fix cmake policy warning

Use GLVND where applicable
This commit is contained in:
Bart van Strien
2018-05-20 12:21:50 +02:00
parent 9c9b8a084f
commit 04f37bc99f
+4
View File
@@ -66,6 +66,10 @@ endif()
message(STATUS "Target platform: ${LOVE_TARGET_PLATFORM}")
if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()
find_package(OpenGL)
if(MEGA)