You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/25 21:08:00 UTC

[GitHub] [mynewt-newt] kasjer opened a new issue #315: newt target cmake generates incorrect files for cmake on Windows

kasjer opened a new issue #315: newt target cmake <target> generates incorrect files for cmake on Windows
URL: https://github.com/apache/mynewt-newt/issues/315
 
 
   When newt is executed on Windows like this:
   `newt target cmake my_target
   `
   it generates files that have Windows style separator \ in paths of properties **ARCHIVE_OUTPUT_DIRECTORY**, **LIBRARY_OUTPUT_DIRECTORY** and **RUNTIME_OUTPUT_DIRECTORY**.
   
   cmake does not handle this correctly it works if paths backslashes are replaced with slashes.
   paths like `C:/msys64/home/...` work fine while `C:\msys64\home\...` do not.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services