fgerlits commented on PR #1817:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1817#issuecomment-2168324974

   > I'd prefer not relying on short paths that are just the legacy of the DOS 
era, and may disappear over time. Would it work if we added an extra set of 
quotes around the generateVersion.bat script path?
   
   I have tried a zillion ways to quote the command.  In every case, either 
CMake stripped the quotes and gave me a `'C:/Users/Ferenc' is not recognized as 
an internal or external command, operable program or batch file` error, or it 
kept the quotes and then went and tried to find a command with a quote in its 
name, which of course failed.
   
   If you have a specific suggestion for how to quote the command, I'll try it 
(again, probably), but most of the advice I have found online was "don't quote 
the command, quote everything else".  I'm not a fan of DOS file names, either, 
but this was the only thing that worked.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to