glfw: disabled CMake warning

opengl3
Martin Felis 2019-04-23 23:13:58 +02:00
parent 5c9e6cf07b
commit c1b3239249
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ project(GLFW C)
cmake_minimum_required(VERSION 2.8.12)
if (NOT CMAKE_VERSION VERSION_LESS "3.0")
# Until all major package systems have moved to CMake 3,
# we stick with the older INSTALL_NAME_DIR mechanism
cmake_policy(SET CMP0042 OLD)
endif()
set(GLFW_VERSION_MAJOR "3")
set(GLFW_VERSION_MINOR "2")
set(GLFW_VERSION_PATCH "1")