diff options
author | Brad King <brad.king@kitware.com> | 2022-08-01 17:53:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-02 16:54:56 (GMT) |
commit | 6b427d8da9b5f5db3753c499765b4b62f8e9020d (patch) | |
tree | 8c474dee4b3f9fafed9ecd813f3c69aa2603e2d5 /Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt | |
parent | 067ba3a2bd1ce168b2867de74d2ea6b944a936fc (diff) | |
download | CMake-6b427d8da9b5f5db3753c499765b4b62f8e9020d.zip CMake-6b427d8da9b5f5db3753c499765b4b62f8e9020d.tar.gz CMake-6b427d8da9b5f5db3753c499765b4b62f8e9020d.tar.bz2 |
cmCoreTryCompile: Port to cmArgumentParser
Diffstat (limited to 'Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt')
-rw-r--r-- | Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt b/Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt index ed552fd..dc242c3 100644 --- a/Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt +++ b/Tests/RunCMake/try_compile/NoCopyFileError-stderr.txt @@ -1,4 +1,7 @@ CMake Error at NoCopyFileError.cmake:1 \(try_compile\): - COPY_FILE_ERROR must be followed by a variable name + Error after keyword "COPY_FILE_ERROR": + + missing required value + Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) |