diff --git a/CMakeLists.txt b/CMakeLists.txt index f461c62..c24e935 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)