Skip to content

Commit

Permalink
chore: Fixed requires
Browse files Browse the repository at this point in the history
  • Loading branch information
joda01 committed Jan 26, 2025
1 parent 8a1b4c2 commit f4d2b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libtorch/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def _fp16():
return ["fp16::fp16"] if self.options.get_safe("with_qnnpack",False) == False else []

def _pybind():
return ["pybind11::pybind11"] if self.is_mac_os == False else []
return ["pybind11::pybind11"] if self.is_mac_os == True else []

self.cpp_info.set_property("cmake_file_name", "Torch")

Expand Down

0 comments on commit f4d2b29

Please sign in to comment.