OpenMV setup in Linux environment

Hi,
I am using OpenMV Cam H7 and I am trying to setup the IDE in linux environment. I am using windows 10 and I am trying to set up the environment in ubuntu via VMware . I am following the instruction page Home · openmv/openmv Wiki · GitHub . However, as mentioned in the section “After installing QtCreator open it up and:” , there are list of 10 points enlisted. In point 8 , it is written that:

Under make arguments add TARGET=OPENMV3 to build for the OpenMV Cam M7 (or TARGET=OPENMV2 to build for the OpenMV Cam M4). If you don’t add this the firmware is built for the OpenMV Cam M4 by default.

. It is not specified what argument to give for OpenMV Cam H7. I am confused what argument to give for a OpenMV Cam H7 Build. Please Help!

TARGET=OPENMV4

For the new SDRAM camera it’s:

TARGET=OPENMV4R

Okay ,Thanks!