Skip to content

Commit

Permalink
prefer glvnd driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ypnos committed Sep 22, 2018
1 parent fee23ce commit a62f450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ endif()
if(NOT CMAKE_VERSION VERSION_LESS "3.0")
cmake_policy(SET CMP0038 NEW)
endif()
if(NOT CMAKE_VERSION VERSION_LESS "3.11")
cmake_policy(SET CMP0072 NEW)
endif()

project(Gerbil)

Expand Down

0 comments on commit a62f450

Please sign in to comment.