$NetBSD: patch-CMakeLists.txt,v 1.1 2025/10/15 16:20:05 hauke Exp $ CMAKE objects, and it isn't even necessary --- CMakeLists.txt.orig 2025-10-15 14:47:22.877656047 +0000 +++ CMakeLists.txt @@ -13,11 +13,6 @@ if(POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif() -if(POLICY CMP0043) - # We make use of CMAKE_CXXFLAGS_DEBUG... - cmake_policy(SET CMP0043 OLD) -endif() - # Set a default build type if none was specified. This was shamelessly stolen # from VTK's cmake setup because these guys produce both CMake and a project that # manipulates this variable, and the web is full of posts where people say that