catchorg / Catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
https://discord.gg/4CWS9zD
Boost Software License 1.0
18.51k stars 3.04k forks source link

Remove unnecessary CMake variables #2853

Closed ChrisThrasher closed 5 months ago

ChrisThrasher commented 5 months ago

Description

Some simple cleanup.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.12%. Comparing base (cd8f97e) to head (cde4eef).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #2853 +/- ## ========================================== + Coverage 91.10% 91.12% +0.02% ========================================== Files 197 197 Lines 8382 8382 ========================================== + Hits 7636 7638 +2 + Misses 746 744 -2 ```