head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.01.08.52.26; author ryoon; state Exp; branches; next ; commitid 7DtqKghYaL75uEsG; desc @@ 1.1 log @graphics/libgdiplus: Add cmake as tools and fix build with CMake 4 * Bump PKGREVISION by tools change. @ text @$NetBSD$ --- external/googletest/googlemock/CMakeLists.txt.orig 2025-08-29 07:56:10.837281547 +0000 +++ external/googletest/googlemock/CMakeLists.txt @@@@ -42,7 +42,7 @@@@ else() cmake_policy(SET CMP0048 NEW) project(gmock VERSION ${GOOGLETEST_VERSION} LANGUAGES CXX C) endif() -cmake_minimum_required(VERSION 2.6.4) +cmake_minimum_required(VERSION 3.5) if (COMMAND set_up_hermetic_build) set_up_hermetic_build() @