diff options
author | Brad King <brad.king@kitware.com> | 2015-02-20 13:10:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-02-20 13:10:50 (GMT) |
commit | c4c570f9cc7a7c5f22670793af887dfa5a6dd7de (patch) | |
tree | b0a30a923a61649f06212320de0929bb5803d3ae /Tests/RunCMake/find_file/PrefixInPATH-stdout.txt | |
parent | b7351d8e14ea7cc05b0c5d45dae48a21aef298c1 (diff) | |
parent | ffc06c12397e7cda7307afcfc8a79ebda4a786a6 (diff) | |
download | CMake-c4c570f9cc7a7c5f22670793af887dfa5a6dd7de.zip CMake-c4c570f9cc7a7c5f22670793af887dfa5a6dd7de.tar.gz CMake-c4c570f9cc7a7c5f22670793af887dfa5a6dd7de.tar.bz2 |
Merge topic 'find-command-prefix-from-PATH'
ffc06c12 Teach find_(library|file|path) to get prefixes from PATH (#15370)
Diffstat (limited to 'Tests/RunCMake/find_file/PrefixInPATH-stdout.txt')
-rw-r--r-- | Tests/RunCMake/find_file/PrefixInPATH-stdout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_file/PrefixInPATH-stdout.txt b/Tests/RunCMake/find_file/PrefixInPATH-stdout.txt new file mode 100644 index 0000000..d73bc1d --- /dev/null +++ b/Tests/RunCMake/find_file/PrefixInPATH-stdout.txt @@ -0,0 +1,4 @@ +-- PrefixInPATH_INCLUDE_DIR='PrefixInPATH_INCLUDE_DIR-NOTFOUND' +-- PrefixInPATH_INCLUDE_DIR='.*/Tests/RunCMake/find_file/include/PrefixInPATH.h' +-- PrefixInPATH_INCLUDE_DIR='.*/Tests/RunCMake/find_file/include/PrefixInPATH.h' +-- PrefixInPATH_INCLUDE_DIR='.*/Tests/RunCMake/find_file/include/PrefixInPATH.h' |