Skip to content

Commit 5d558ed

Browse files
committed
1 parent b30e173 commit 5d558ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

conanfile.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,5 @@ def package_info(self):
453453
# enable imports() of conanfile.py to collect bundles from the local cache using @bindirs
454454
# check https://docs.conan.io/en/latest/reference/conanfile/methods.html#imports
455455
self.cpp_info.bindirs = ["bin", os.path.join("share", self.name, "bundles")]
456-
self.cpp_info.build_modules["cmake"].append(os.path.join("lib", "cmake", "Celix", "CelixConfig.cmake"))
457-
self.cpp_info.build_modules["cmake_find_package"].append(os.path.join("lib", "cmake",
458-
"Celix", "CelixConfig.cmake"))
459-
self.cpp_info.set_property("cmake_build_modules", [os.path.join("lib", "cmake", "Celix", "CelixConfig.cmake")])
456+
self.cpp_info.builddirs.append(os.path.join("lib", "cmake", "Celix"))
457+
self.cpp_info.set_property("cmake_find_mode", "none")

0 commit comments

Comments
 (0)