Skip to content

Commit cef720c

Browse files
committed
build: MP_UNITS_API_NO_CRTP removed from test_package CMake
1 parent 05c5ca5 commit cef720c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_package/conanfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def generate(self):
5555
tc.cache_variables["MP_UNITS_API_FREESTANDING"] = True
5656
else:
5757
tc.cache_variables["MP_UNITS_API_STD_FORMAT"] = opt.std_format
58-
tc.cache_variables["MP_UNITS_API_NO_CRTP"] = opt.no_crtp
5958
tc.cache_variables["MP_UNITS_API_CONTRACTS"] = str(opt.contracts).upper()
6059
tc.generate()
6160

0 commit comments

Comments
 (0)