mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
fix: setting of MP_UNITS_BUILD_IMPORT_STD
in generate()
added
This commit is contained in:
@@ -261,6 +261,7 @@ class MPUnitsConan(ConanFile):
|
||||
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"
|
||||
|
Reference in New Issue
Block a user