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.
1 parent ded1eff commit 33a1ff5Copy full SHA for 33a1ff5
conanfile.py
@@ -262,7 +262,7 @@ def generate(self):
262
tc.cache_variables["MP_UNITS_BUILD_CXX_MODULES"] = opt.cxx_modules
263
if opt.cxx_modules:
264
tc.cache_variables["CMAKE_CXX_SCAN_FOR_MODULES"] = True
265
- if opt.import_std:
+ if opt.import_std:
266
tc.cache_variables["CMAKE_CXX_MODULE_STD"] = True
267
# Current experimental support according to `Help/dev/experimental.rst`
268
tc.cache_variables["CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"] = (
0 commit comments