summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Le <cristian.le@mpsd.mpg.de>2023-10-16 16:09:29 (GMT)
committerCristian Le <cristian.le@mpsd.mpg.de>2023-10-16 16:26:04 (GMT)
commit9f8aa941924bb46ebb311dff06f6ef54bb16ffef (patch)
tree7a288a81e5cc66247709491950354c0f5b04d08b
parentfceeaff949c0721077455ea28620a8aed92d8d6a (diff)
downloadCMake-9f8aa941924bb46ebb311dff06f6ef54bb16ffef.zip
CMake-9f8aa941924bb46ebb311dff06f6ef54bb16ffef.tar.gz
CMake-9f8aa941924bb46ebb311dff06f6ef54bb16ffef.tar.bz2
Add missing `OUTPUT` in ExportImport test
-rw-r--r--Tests/ExportImport/Import/A/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExportImport/Import/A/CMakeLists.txt b/Tests/ExportImport/Import/A/CMakeLists.txt
index 2c5662d..762db1d 100644
--- a/Tests/ExportImport/Import/A/CMakeLists.txt
+++ b/Tests/ExportImport/Import/A/CMakeLists.txt
@@ -500,7 +500,7 @@ if (((CMAKE_C_COMPILER_ID STREQUAL GNU AND CMAKE_C_COMPILER_VERSION VERSION_GREA
OUTPUT_VARIABLE OUTPUT
)
if(NOT BLD_ERROR_VARIABLE)
- message(SEND_ERROR "BLD_ERROR_VARIABLE try_compile failed, but it was expected to succeed.")
+ message(SEND_ERROR "BLD_ERROR_VARIABLE try_compile failed, but it was expected to succeed. ${OUTPUT}")
endif()
if(NOT CMAKE_CROSSCOMPILING)