Skip to content

Commit 33a1ff5

Browse files
authored
fix: indentation in conanfile
1 parent ded1eff commit 33a1ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def generate(self):
262262
tc.cache_variables["MP_UNITS_BUILD_CXX_MODULES"] = opt.cxx_modules
263263
if opt.cxx_modules:
264264
tc.cache_variables["CMAKE_CXX_SCAN_FOR_MODULES"] = True
265-
if opt.import_std:
265+
if opt.import_std:
266266
tc.cache_variables["CMAKE_CXX_MODULE_STD"] = True
267267
# Current experimental support according to `Help/dev/experimental.rst`
268268
tc.cache_variables["CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"] = (

0 commit comments

Comments
 (0)