Skip to content

Commit

Permalink
Fix patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Aug 2, 2023
1 parent e81dab3 commit feb94ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pybind11/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def package(self):
os.path.join(
self.package_folder, "lib", "cmake", "pybind11", "pybind11Common.cmake"
),
"if(TARGET pybind11::lto)",
"if(TARGET pybind11::pybind11)",
"if(FALSE)",
)
replace_in_file(
Expand Down

0 comments on commit feb94ea

Please sign in to comment.