Skip to content

Commit

Permalink
Update recipes/rxcpp/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Nov 21, 2024
1 parent cd6611e commit 94c091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/rxcpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RxcppConan(ConanFile):
homepage = "https://github.com/ReactiveX/RxCpp"
url = "https://github.com/conan-io/conan-center-index"
settings = "os", "arch", "compiler", "build_type"
package_type = "header-only"
package_type = "header-library"
no_copy_source = True

def package_id(self):
Expand Down

0 comments on commit 94c091b

Please sign in to comment.