Skip to content

Fix Catch2 Single Header#10022

Merged
scheibelp merged 1 commit intospack:developfrom
ax3l:fix-catch2
Dec 8, 2018
Merged

Fix Catch2 Single Header#10022
scheibelp merged 1 commit intospack:developfrom
ax3l:fix-catch2

Conversation

@ax3l
Copy link
Copy Markdown
Member

@ax3l ax3l commented Dec 5, 2018

Fix the install of the single header amalgate in catch2.

Thanks for @goxberry for noting the broken build! This PR is a simplified fix for the build issue reported in #9876.

Please be aware that the public API for catch <2.3.0 was #include <catch.hpp> which is now for 2.3.0+ #include <catch2/catch.hpp>: https://github.com/catchorg/Catch2/releases/tag/v2.3.0

Fix the install of the single header amalgate in
catch2.
@ax3l ax3l deleted the fix-catch2 branch December 8, 2018 12:41
matz-e pushed a commit to BlueBrain/spack that referenced this pull request Jun 12, 2019
Fix the install of the single header amalgate in catch2.

The public API for catch < 2.3.0 was "#include <catch.hpp>".
For 2.3.0+ it is "#include <catch2/catch.hpp>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants