head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.12.13.17.47.21; author vins; state dead; branches; next 1.1; commitid hU6mC5k41kKP2hmG; 1.1 date 2025.08.18.07.38.27; author wiz; state Exp; branches; next ; commitid 259lt5iO4nCwrb7G; desc @@ 1.2 log @shells/fish: update to 4.2.1 using shells/fish4 @ text @$NetBSD: patch-cmake_Tests.cmake,v 1.1 2025/08/18 07:38:27 wiz Exp $ Fix build with cmake 4. --- cmake/Tests.cmake.orig 2025-08-18 07:37:21.924160132 +0000 +++ cmake/Tests.cmake @@@@ -41,15 +41,6 @@@@ add_custom_target(fish_run_tests USES_TERMINAL ) -# If CMP0037 is available, also make an alias "test" target. -# Note that this policy may not be available, in which case definining such a target silently fails. -cmake_policy(PUSH) -if(POLICY CMP0037) - cmake_policy(SET CMP0037 OLD) - add_custom_target(test DEPENDS fish_run_tests) -endif() -cmake_policy(POP) - # Build the low-level tests code add_executable(fish_tests EXCLUDE_FROM_ALL src/fish_tests.cpp) @ 1.1 log @fish: fix build with cmake 4 @ text @d1 1 a1 1 $NetBSD$ @