1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: catch2 is Debian-packaged, the embedded copy in the source of
genomicsdb-tiledb is too old, things have improved in lattest versions.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/OmicsDataAutomation/TileDB/issues/130
Last-Update: 2022-09-11
--- a/genomicsdb-tiledb/test/include/catch2/catch.h
+++ b/genomicsdb-tiledb/test/include/catch2/catch.h
@@ -34,7 +34,7 @@
#define __TILEDB_CATCH_H__
#define CATCH_CONFIG_RUNNER
-#include "catch.hpp"
+#include <catch2/catch.hpp>
#include "tiledb_utils.h"
|