diff options
| author | Brad King <brad.king@kitware.com> | 2023-05-23 10:16:10 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-23 10:16:32 (GMT) |
| commit | e05230ebcfebf9c47b89accbc26384b6402c11eb (patch) | |
| tree | 1e90fcbf106aeb564a7f295dc4b0487185d31e88 /Tests/Module/ExternalData/Data4/Data4Check.cmake | |
| parent | 17f574e8670ac9f73b65e9c16b2e0ac3d122ff48 (diff) | |
| parent | 1689e0a118f37f62d198a213946d98624350cb4c (diff) | |
| download | CMake-e05230ebcfebf9c47b89accbc26384b6402c11eb.zip CMake-e05230ebcfebf9c47b89accbc26384b6402c11eb.tar.gz CMake-e05230ebcfebf9c47b89accbc26384b6402c11eb.tar.bz2 | |
Merge topic 'ci-fedora-38'
1689e0a118 ci: Subsume Clang C++ modules testing in main Fedora+Clang jobs
bdaa9e1e4e ci: use Fedora 38 images and environments
b69c63d3aa ci: update Linux image to Fedora 38
9c388fb064 ci: Remove nlohmann-json from Fedora base image
d9d061d19f ci: Disable sccache in clang-analyzer job
fad150d314 clang-tidy module: Update to build against LLVM/Clang 16
ce3ec02bb2 clang-tidy module: Drop unused variable
2c27968619 clang-tidy: ignore warnings new in version 16
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8502
Diffstat (limited to 'Tests/Module/ExternalData/Data4/Data4Check.cmake')
| -rw-r--r-- | Tests/Module/ExternalData/Data4/Data4Check.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Module/ExternalData/Data4/Data4Check.cmake b/Tests/Module/ExternalData/Data4/Data4Check.cmake index e614cc4..a1d82d5 100644 --- a/Tests/Module/ExternalData/Data4/Data4Check.cmake +++ b/Tests/Module/ExternalData/Data4/Data4Check.cmake @@ -1,8 +1,8 @@ if(NOT EXISTS "${Data}") - message(SEND_ERROR "Input file:\n ${Data}\ndoes not exist!") + message(SEND_ERROR "Input file:\n ${Data}\n" "does not exist!") endif() if(NOT EXISTS "${Other}") - message(SEND_ERROR "Input file:\n ${Other}\ndoes not exist!") + message(SEND_ERROR "Input file:\n ${Other}\n" "does not exist!") endif() # Verify that the 'Data' object was found in the second store location left # from Data1 target downloads and that the 'Other' object was found in the |
