Fix build on CI.
ClosedPublic

Authored by adridg on May 5 2017, 12:10 PM.

Details

Summary

In the presence of spaces in directory names, things end up
double-escaped by using TO_NATIVE_PATH and then the
variable BINARY_DIR in the custom target. Work around
this by changing to native paths only on Windows,
but it might be a cmake issue as well.

Diff Detail

Repository
R264 KApiDox
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adridg created this revision.May 5 2017, 12:10 PM
Restricted Application added projects: Frameworks, Documentation. · View Herald TranscriptMay 5 2017, 12:10 PM
Restricted Application added subscribers: Documentation, Frameworks. · View Herald Transcript
This revision was automatically updated to reflect the committed changes.