Remove setting of CMake policy CMP0054

This policy is already set to NEW by requiring CMake 3.4.

Related to #2256
master
Juan Ramos ago%!(EXTRA string=2 years) committed by Camilla Löwy
parent 8f470597d6
commit e0ae1c45df
  1. 4
      CMakeLists.txt

@ -4,10 +4,6 @@ project(GLFW VERSION 3.4.0 LANGUAGES C)
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF) set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
if (POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()
if (POLICY CMP0069) if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW) cmake_policy(SET CMP0069 NEW)
endif() endif()

Loading…
Cancel
Save