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.21.16.36.52; author ryoon; state Exp; branches; next ; commitid 668AU0rYAh6fkC7G; desc @@ 1.1 log @lang/mono: Fix build with CMake 4 * Mono uses cmake as tool. * Fix errors during build. @ text @$NetBSD$ --- external/llvm-project/openmp/cmake/DetectTestCompiler/CMakeLists.txt.orig 2025-08-21 15:42:55.934840166 +0000 +++ external/llvm-project/openmp/cmake/DetectTestCompiler/CMakeLists.txt @@@@ -1,4 +1,4 @@@@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5) project(DetectTestCompiler C CXX) include(CheckCCompilerFlag) @