But in my ENV(windows+MSYS2),the command will not be run after config.
the command is like the below
execute_process(COMMAND perl.exe a.pl a.h INPUT_FILE a.txt)
it run the window command perl.exe a.pl a.h < a.txt.
And what does “issue a cmake command” mean?How to do this?