rm -rf build
cmake -S .. -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DDEVELOPMENT=ON -DINCLUDE_TRACING_MODULE=OFF -DOPENBENCH_COMPLIANCE_MODE=ON \
	  -DCMAKE_C_COMPILER=cc -DCMAKE_CXX_COMPILER=g++ \
	  
rm -f illumina_base illumina_bmi2 illumina_avx2
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  CMake 3.20 or higher is required.  You are running version 3.17.5


-- Configuring incomplete, errors occurred!
make: *** [Makefile:51: configure] Error 1