diff options
author | Brad King <brad.king@kitware.com> | 2022-06-15 18:30:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-26 18:41:28 (GMT) |
commit | 31ee3cd49d3fb27458cec92602e3240066d97c2c (patch) | |
tree | 2077883efbdea86b010f35e87e0c69bf015410c7 /Tests/RunCMake/try_compile/BinDirRelative-result.txt | |
parent | 5fc4e121a18d9e403f1541348c2889e9bc153791 (diff) | |
download | CMake-31ee3cd49d3fb27458cec92602e3240066d97c2c.zip CMake-31ee3cd49d3fb27458cec92602e3240066d97c2c.tar.gz CMake-31ee3cd49d3fb27458cec92602e3240066d97c2c.tar.bz2 |
try_compile: Fail earlier when bindir is not an absolute path
If the bindir is not an absolute path, other errors occur later.
Fail early with a clear error in this case.
Diffstat (limited to 'Tests/RunCMake/try_compile/BinDirRelative-result.txt')
-rw-r--r-- | Tests/RunCMake/try_compile/BinDirRelative-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/BinDirRelative-result.txt b/Tests/RunCMake/try_compile/BinDirRelative-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/try_compile/BinDirRelative-result.txt @@ -0,0 +1 @@ +1 |