mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
style: pre-commit rules updated
This commit is contained in:
@@ -46,9 +46,9 @@ class TestPackageConan(ConanFile):
|
||||
if opt.import_std:
|
||||
tc.cache_variables["CMAKE_CXX_MODULE_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"
|
||||
)
|
||||
# TODO remove the below when Conan will learn to handle C++ modules
|
||||
if opt.cxx_modules:
|
||||
if opt.freestanding:
|
||||
|
Reference in New Issue
Block a user