policy cmake

This commit is contained in:
DaniTheSkunk 2022-12-21 06:52:39 +00:00
parent fffec0050a
commit a324352ee4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
cmake_minimum_required (VERSION 3.8)
cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0077 NEW)
set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)