head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.20.06.49.38; author wiz; state Exp; branches; next ; commitid kitcT1uD7GmM6r7G; desc @@ 1.1 log @taskserver: fix build with cmake 4 @ text @$NetBSD$ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-20 06:45:02.268320141 +0000 +++ CMakeLists.txt @@@@ -1,8 +1,5 @@@@ cmake_minimum_required (VERSION 2.8) set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required -if(POLICY CMP0037) - cmake_policy(SET CMP0037 OLD) -endif() include (CheckFunctionExists) include (CheckStructHasMember) @