From 32fb8bd28b37a09cd80bf3265195e267e0b89f40 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 8 Oct 2019 18:24:59 +0100 Subject: [PATCH] Add extra info during cmake step --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3878778b..f52cfa830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,7 @@ endif() ecbuild_debug("ECCODES_BIG_ENDIAN=${ECCODES_BIG_ENDIAN}") ecbuild_debug("ECCODES_LITTLE_ENDIAN=${ECCODES_LITTLE_ENDIAN}") +ecbuild_info("Operating system=${CMAKE_SYSTEM} (${EC_OS_BITS} bits)") ############################################################################### # some variables/options of this project