diff options
author | Brad King <brad.king@kitware.com> | 2017-04-13 20:32:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-13 20:32:51 (GMT) |
commit | 99b90dbf3c6ddb1093dfd867c6810003a61cdde7 (patch) | |
tree | dab3ca97289660b1a5a487a75d0f3597de82654e /Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt | |
parent | dadf1570d919a8dd79547b8a01644d03ae607040 (diff) | |
download | CMake-99b90dbf3c6ddb1093dfd867c6810003a61cdde7.zip CMake-99b90dbf3c6ddb1093dfd867c6810003a61cdde7.tar.gz CMake-99b90dbf3c6ddb1093dfd867c6810003a61cdde7.tar.bz2 |
file: Add COPY/INSTALL option for fixed layout relative to a directory
Add a `FILES_FROM_DIR` option to install a specific set of files
specified relative to a given directory and preserve their layout
in the destination. Currently we intend to use this internally
to implement other things so we don't provide an `install()`
porcelain or documentation yet.
Diffstat (limited to 'Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt')
-rw-r--r-- | Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt b/Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt new file mode 100644 index 0000000..9d5f876 --- /dev/null +++ b/Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt @@ -0,0 +1,15 @@ +^CMake Error at INSTALL-FILES_FROM_DIR-bad.cmake:[0-9]+ \(file\): + file option FILES_FROM_DIR requires all files to be specified as relative + paths\. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\) ++ +CMake Error at INSTALL-FILES_FROM_DIR-bad.cmake:[0-9]+ \(file\): + file INSTALL option RENAME may not be combined with FILES_FROM_DIR\. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\) ++ +CMake Error at INSTALL-FILES_FROM_DIR-bad.cmake:[0-9]+ \(file\): + file option FILES_FROM_DIR may not appear after PATTERN or REGEX\. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\)$ |