blob: fdeb9e0ed18e65cfd5509386b08bf65215e15ddf (
plain)
1
2
3
4
5
6
7
|
file-generate-relative-paths
----------------------------
* The :command:`file(GENERATE)` command now interprets relative paths
given to its ``OUTPUT`` and ``INPUT`` arguments with respect to the
caller's current binary and source directories, respectively.
See policy :policy:`CMP0070`.
|