diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /devel/libmcfp/files/patch-test_CMakeLists.txt | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'devel/libmcfp/files/patch-test_CMakeLists.txt')
| -rw-r--r-- | devel/libmcfp/files/patch-test_CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libmcfp/files/patch-test_CMakeLists.txt b/devel/libmcfp/files/patch-test_CMakeLists.txt new file mode 100644 index 000000000000..1a2d6364fcbe --- /dev/null +++ b/devel/libmcfp/files/patch-test_CMakeLists.txt @@ -0,0 +1,12 @@ +--- test/CMakeLists.txt.orig 2025-11-08 21:48:08 UTC ++++ test/CMakeLists.txt +@@ -22,7 +22,8 @@ + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-CPMAddPackage("gh:catchorg/Catch2@3.4.0") ++#CPMAddPackage("gh:catchorg/Catch2@3.4.0") ++find_package(Catch2 3.4.0 REQUIRED) + + add_executable(mcfp-unit-test ${CMAKE_CURRENT_SOURCE_DIR}/unit-test.cpp) + |
