build: MP_UNITS_API_NO_CRTP removed from test_package CMake

This commit is contained in:
Mateusz Pusz
2024-11-18 14:39:37 +01:00
parent 05c5ca5871
commit cef720c243

View File

@ -55,7 +55,6 @@ class TestPackageConan(ConanFile):
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
else:
tc.cache_variables["MP_UNITS_API_STD_FORMAT"] = opt.std_format
tc.cache_variables["MP_UNITS_API_NO_CRTP"] = opt.no_crtp
tc.cache_variables["MP_UNITS_API_CONTRACTS"] = str(opt.contracts).upper()
tc.generate()