Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 13 17:44:15 GMT 2018

This commit is contained in:
Gyusun Yeom 2018-10-14 02:44:14 +09:00
commit 679246fadb

View File

@ -8,8 +8,11 @@ cmake_minimum_required (VERSION 2.8.12)
include(GNUInstallDirs) include(GNUInstallDirs)
if (COMMAND cmake_policy) if(POLICY CMP0003)
cmake_policy (SET CMP0003 NEW) cmake_policy (SET CMP0003 NEW)
endif()
if(POLICY CMP0042)
cmake_policy (SET CMP0042 NEW) cmake_policy (SET CMP0042 NEW)
endif() endif()