From feb94ea298a0c35150ba521232ceac04ba6a71ba Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Wed, 2 Aug 2023 12:12:15 +0100 Subject: [PATCH] Fix patch. --- recipes/pybind11/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pybind11/conanfile.py b/recipes/pybind11/conanfile.py index fbc3739fa1..06a5d88488 100644 --- a/recipes/pybind11/conanfile.py +++ b/recipes/pybind11/conanfile.py @@ -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(