head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.11.12.21.27.33; author nia; state Exp; branches; next ; commitid UpJilIEVH11KZoxF; desc @@ 1.1 log @Import audio/furnace Multi-system chiptune tracker supporting Yamaha FM chips, square wave chips, sample-based chips, and many other forms of retro hardware emulation. @ text @$NetBSD$ Disable use of precompiled headers. --- CMakeLists.txt.orig 2024-11-12 21:07:08.187385620 +0000 +++ CMakeLists.txt @@@@ -1232,21 +1232,6 @@@@ if (PKG_CONFIG_FOUND AND (SYSTEM_FMT OR endif() endif() -# why 3.16..... why not 3.0? -if (NOT "${CMAKE_VERSION}" VERSION_LESS "3.16") - if (BUILD_GUI) - target_precompile_headers(${FURNACE} PUBLIC - $<$:${CMAKE_CURRENT_SOURCE_DIR}/src/pch.h> - $<$:${CMAKE_CURRENT_SOURCE_DIR}/extern/imgui_patched/imgui.h> - $<$:${CMAKE_CURRENT_SOURCE_DIR}/extern/imgui_patched/imgui_internal.h> - ) - else() - target_precompile_headers(${FURNACE} PUBLIC - $<$:${CMAKE_CURRENT_SOURCE_DIR}/src/pch.h> - ) - endif() -endif() - if (NOT ANDROID OR TERMUX) if (NOT WIN32 AND NOT APPLE) include(GNUInstallDirs) @