We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
boost::boost
1 parent a80eba1 commit 6f04041Copy full SHA for 6f04041
recipes/boost/all/conanfile.py
@@ -1491,6 +1491,8 @@ def package_info(self):
1491
self.cpp_info.components["_boost_cmake"].set_property("cmake_target_name", "Boost::boost")
1492
self.cpp_info.components["_boost_cmake"].names["cmake_find_package"] = "boost"
1493
self.cpp_info.components["_boost_cmake"].names["cmake_find_package_multi"] = "boost"
1494
+ if self.options.header_only:
1495
+ self.cpp_info.components["_boost_cmake"].libdirs = []
1496
1497
if not self.options.header_only:
1498
self.cpp_info.components["_libboost"].requires = ["headers"]
0 commit comments