mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
build: MP_UNITS_BUILD_IMPORT_STD
CMake option removed
This commit is contained in:
@ -45,7 +45,6 @@ class TestPackageConan(ConanFile):
|
||||
tc.cache_variables["MP_UNITS_BUILD_CXX_MODULES"] = True
|
||||
if opt.import_std:
|
||||
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"
|
||||
|
Reference in New Issue
Block a user