From fbb781e90b1df310aaa6c89d83164ed3b4c4db53 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 3 Feb 2023 12:59:33 +0000 Subject: [PATCH] ECC-1521: Improved message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e625c44..a01e72413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ ecbuild_info("Operating system=${CMAKE_SYSTEM} (${EC_OS_BITS} bits)") # Only support 64 bit operating systems if( NOT EC_OS_BITS EQUAL "64" ) - ecbuild_critical( "Operating system ${CMAKE_SYSTEM} ${EC_OS_BITS} bits -- ecCodes only supports 64 bit OS's" ) + ecbuild_critical( "Operating system ${CMAKE_SYSTEM} (${EC_OS_BITS} bits) -- ecCodes only supports 64 bit platforms" ) endif() ###############################################################################