Skip to content

Commit

Permalink
style: reformat test_package/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 19, 2024
1 parent adbae41 commit 3a9f093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def generate(self):
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"] = (
"0e5b6991-d74f-4b3d-a41c-cf096e0b2508"
)
tc.cache_variables[
"CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"
] = "0e5b6991-d74f-4b3d-a41c-cf096e0b2508"
if opt.freestanding:
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
else:
Expand Down

0 comments on commit 3a9f093

Please sign in to comment.