From b252e5e45cfd87da48133a3a52e3ac164759b231 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 15 Mar 2025 23:34:56 +0100 Subject: Remove libfltk_cairo (fltk::cairo) This library is no longer needed and was "empty" for backwards compatibility since FLTK 1.4.0. --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d43b8f8ce..cb1f70b95 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- -**Describe the bug** +**Description of the Bug Report** A clear and concise description of what the bug is. **To Reproduce** @@ -38,11 +38,9 @@ Please complete the following information and delete non-applicable lines: - If from Git, commit: [e.g. 7d58e2385452] **FLTK Configure / Build Options** -Please add the complete configure and build command lines if you built FLTK yourself. -Please include all configure or CMake options and add all CMake options you changed -by using CMake GUI tools (if any). - - ./configure --enable-cairo ... - - cmake -G"..." -DCMAKE_BUILD_TYPE=Debug ... +Please add the complete CMake and build command lines if you built FLTK yourself. +Please add all CMake options you changed by using CMake GUI tools (if any). + - cmake -G"..." -D CMAKE_BUILD_TYPE=Debug ... **Operating System / Platform:** Please be as precise as possible, e.g. "Linux: Ubuntu 20.04" -- cgit v1.2.3