diff --git a/recipes/odrcore/all/conandata.yml b/recipes/odrcore/all/conandata.yml index e838b09..4333062 100644 --- a/recipes/odrcore/all/conandata.yml +++ b/recipes/odrcore/all/conandata.yml @@ -37,3 +37,7 @@ patches: - patch_file: "patches/2.0.0-0001-fix-cmake.patch" patch_description: "Fix broken dependencies in CMakeLists.txt" patch_type: "conan" + "4.0.0": + - patch_file: "patches/4.0.0-0001-fix-cmake.patch" + patch_description: "Fix broken dependencies in CMakeLists.txt" + patch_type: "conan" diff --git a/recipes/odrcore/all/patches/4.0.0-0001-fix-cmake.patch b/recipes/odrcore/all/patches/4.0.0-0001-fix-cmake.patch new file mode 100644 index 0000000..bb54fa2 --- /dev/null +++ b/recipes/odrcore/all/patches/4.0.0-0001-fix-cmake.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c6277ef..3d5d2ce 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -196,7 +196,7 @@ target_link_libraries(odr + nlohmann_json::nlohmann_json + vincentlaucsb-csv-parser::vincentlaucsb-csv-parser + uchardet::uchardet +- utf8cpp::utf8cpp ++ utf8::cpp + ) + + add_subdirectory("cli") \ No newline at end of file