mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 02:47:16 +02:00
style: reformat test_package/conanfile.py
This commit is contained in:
@ -47,9 +47,9 @@ class TestPackageConan(ConanFile):
|
|||||||
tc.cache_variables["CMAKE_CXX_MODULE_STD"] = True
|
tc.cache_variables["CMAKE_CXX_MODULE_STD"] = True
|
||||||
tc.cache_variables["MP_UNITS_BUILD_IMPORT_STD"] = True
|
tc.cache_variables["MP_UNITS_BUILD_IMPORT_STD"] = True
|
||||||
# Current experimental support according to `Help/dev/experimental.rst`
|
# Current experimental support according to `Help/dev/experimental.rst`
|
||||||
tc.cache_variables["CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"] = (
|
tc.cache_variables[
|
||||||
"0e5b6991-d74f-4b3d-a41c-cf096e0b2508"
|
"CMAKE_EXPERIMENTAL_CXX_IMPORT_STD"
|
||||||
)
|
] = "0e5b6991-d74f-4b3d-a41c-cf096e0b2508"
|
||||||
if opt.freestanding:
|
if opt.freestanding:
|
||||||
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
|
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user