mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix cmake policy warning
Use GLVND where applicable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user