head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.02.11.49.44; author nia; state Exp; branches; next ; commitid joTuSMKhX6GUnZcG; desc @@ 1.1 log @cmake39: Initial import. This version of cmake is intended for: - users who wish to compile software written before CMake 4. - developers who wish to test their software with an old cmake version to ensure maximum compatibility. - platforms which lack a C++11 compiler. - platforms which lack support for libuv (e.g. HP-UX). @ text @$NetBSD: patch-Utilities_KWIML_CMakeLists.txt,v 1.2 2016/03/14 10:49:55 adam Exp $ Disable tests. Solves some preprocessor problems. --- Utilities/KWIML/CMakeLists.txt.orig 2016-03-08 14:36:25.000000000 +0000 +++ Utilities/KWIML/CMakeLists.txt @@@@ -42,7 +42,6 @@@@ if(KWIML_INSTALL_INCLUDE_DIR) endif() if(KWIML_TEST_ENABLE) - add_subdirectory(test) endif() if(NOT kwiml_standalone) @