From 547e637f78a182719406e4ede47e9a35db2e017a Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Thu, 16 Nov 2023 09:30:20 +0100 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/build_failure.md --- .github/ISSUE_TEMPLATE/build_failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/build_failure.md b/.github/ISSUE_TEMPLATE/build_failure.md index 018f07ea6..a96992e44 100644 --- a/.github/ISSUE_TEMPLATE/build_failure.md +++ b/.github/ISSUE_TEMPLATE/build_failure.md @@ -16,7 +16,7 @@ https://github.com/BlueBrain/HighFive/blob/master/doc/installation.md#manually-i from there you can work upwards by adding complexity until you reproduce the issue. -Once you have a reproducer, please paste the exact `cmake` command used to +Once you have a reproducer, please paste it and the exact `cmake` command used to configure the build and include the output. For the compilation phase please ensure that the actual compiler invocation is visible, e.g., ```