summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-15 14:30:35 -0400
committerBrad King <brad.king@kitware.com>2022-07-26 14:41:28 -0400
commit31ee3cd49d3fb27458cec92602e3240066d97c2c (patch)
tree2077883efbdea86b010f35e87e0c69bf015410c7 /Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt
parent5fc4e121a18d9e403f1541348c2889e9bc153791 (diff)
downloadcmake-31ee3cd49d3fb27458cec92602e3240066d97c2c.tar.gz
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/BinDirEmpty-stderr.txt')
-rw-r--r--Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt b/Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt
new file mode 100644
index 0000000000..b1f5ae3b48
--- /dev/null
+++ b/Tests/RunCMake/try_compile/BinDirEmpty-stderr.txt
@@ -0,0 +1,4 @@
+^CMake Error at BinDirEmpty.cmake:[0-9]+ \(try_compile\):
+ No <bindir> specified.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:[0-9]+ \(include\)$