Skip to content

Commit

Permalink
(#16302) etl: add version 20.35.14
Browse files Browse the repository at this point in the history
* etl: add version 20.35.12

* fix package_type

* fix typo

* update 20.35.14

---------

Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
toge and uilianries authored Mar 25, 2023
1 parent dfe6565 commit 5d72a9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions recipes/etl/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"20.35.14":
url: "https://github.com/ETLCPP/etl/archive/20.35.14.tar.gz"
sha256: "6af1baf039d38f405f932451615f9bcf227f5767b463f33e17fcbbbc02e4632e"
"20.35.11":
url: "https://github.com/ETLCPP/etl/archive/20.35.11.tar.gz"
sha256: "64a9eed9b9ac8a278349aac8e5888320fda0e090ba24373651767b7a8b8793fc"
Expand Down
3 changes: 1 addition & 2 deletions recipes/etl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class EmbeddedTemplateLibraryConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://www.etlcpp.com/"
topics = ("cpp", "embedded", "template", "container", "utility", "framework", "messaging")
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
no_copy_source = True

Expand Down Expand Up @@ -59,9 +60,7 @@ def package_info(self):
self.cpp_info.set_property("cmake_target_name", "etl")

self.cpp_info.bindirs = []
self.cpp_info.frameworkdirs = []
self.cpp_info.libdirs = []
self.cpp_info.resdirs = []
self.cpp_info.builddirs.append(os.path.join("lib", "cmake"))

# TODO: to remove in conan v2 once cmake_find_package* generators removed
Expand Down
2 changes: 2 additions & 0 deletions recipes/etl/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"20.35.14":
folder: all
"20.35.11":
folder: all
"20.35.8":
Expand Down

0 comments on commit 5d72a9a

Please sign in to comment.