Skip to content

Commit

Permalink
patch 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 25, 2024
1 parent 0833c47 commit 8c739ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/odrcore/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
13 changes: 13 additions & 0 deletions recipes/odrcore/all/patches/4.0.0-0001-fix-cmake.patch
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 8c739ba

Please sign in to comment.