File tree Expand file tree Collapse file tree 4 files changed +1983
-1630
lines changed Expand file tree Collapse file tree 4 files changed +1983
-1630
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ if not defined PINOCCHIO_OPENMP_SUPPORT (set PINOCCHIO_OPENMP_SUPPORT=OFF)
1919if not defined PINOCCHIO_CODEGEN_SUPPORT (set PINOCCHIO_CODEGEN_SUPPORT=OFF)
2020if not defined PINOCCHIO_SDF_SUPPORT (set PINOCCHIO_SDF_SUPPORT=OFF)
2121if not defined PINOCCHIO_MPFR_SUPPORT (set PINOCCHIO_MPFR_SUPPORT=OFF)
22+ if not defined PINOCCHIO_BUILD_BENCHMARK (set PINOCCHIO_BUILD_BENCHMARK=OFF)
Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ export PINOCCHIO_OPENMP_SUPPORT=${PINOCCHIO_OPENMP_SUPPORT:=OFF}
4343export PINOCCHIO_CODEGEN_SUPPORT=${PINOCCHIO_CODEGEN_SUPPORT:= OFF}
4444export PINOCCHIO_SDF_SUPPORT=${PINOCCHIO_SDF_SUPPORT:= OFF}
4545export PINOCCHIO_MPFR_SUPPORT=${PINOCCHIO_MPFR_SUPPORT:= OFF}
46+ export PINOCCHIO_BUILD_BENCHMARK=${PINOCCHIO_BUILD_BENCHMARK:= OFF}
You can’t perform that action at this time.
0 commit comments