Skip to content

Commit

Permalink
fix: setting of MP_UNITS_BUILD_IMPORT_STD in generate() added
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jul 16, 2024
1 parent 698acca commit fb9043b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def generate(self):
tc.cache_variables["MP_UNITS_BUILD_CXX_MODULES"] = True
if self.options.import_std:
tc.cache_variables["CMAKE_CXX_MODULE_STD"] = True
tc.cache_variables["MP_UNITS_BUILD_IMPORT_STD"] = True
# Current experimental support according to `Help/dev/experimental.rst`
tc.cache_variables[
"CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"
Expand Down

0 comments on commit fb9043b

Please sign in to comment.