You don't need to add the git hash to the cmake command. Just cmake .. like before. You can add variables like -DLINUX_LOCAL_DEV=true as usual.
Once you git checkout, the source code you're compiling is from whatever hash you entered, so you don't need to enter that hash again.
Once you git checkout, the source code you're compiling is from whatever hash you entered, so you don't need to enter that hash again.
