You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- Users of the function may pass in qualified path names for inputs; it's not
correct to simply prepend the current source directory.
Solution:
- Use `file(REAL_PATH ...)` to calculate the path, which will properly handle
either a qualified path or a path relative to the current source directory.
Note:
- CMake is limited in `list(TRANSFORM ...)` to fixed functions, hence this must
be done with a regular `foreach`.
0 commit comments