Skip to content

Commit

Permalink
[boost] Fix conan-io#11988
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb committed Aug 17, 2022
1 parent f239745 commit e04614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ def package_info(self):
if self.options.filesystem_no_deprecated:
self.cpp_info.components["headers"].defines.append("BOOST_FILESYSTEM_NO_DEPRECATED")

if self.options.filesystem_version is not None:
if self.options.filesystem_version:
self.cpp_info.components["headers"].defines.append(f"BOOST_FILESYSTEM_VERSION={self.options.filesystem_version}")

if self.options.segmented_stacks:
Expand Down

0 comments on commit e04614c

Please sign in to comment.