From 9462681dcb9c3ac7af5f71a6f75ab63fe4b2d4cb Mon Sep 17 00:00:00 2001 From: seleznevae Date: Mon, 16 Apr 2018 21:31:23 +0300 Subject: [PATCH] [A] Added message about compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8204382..2a9c8b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ else(FORT_COMPILER STREQUAL "MSVC") endif(FORT_COMPILER STREQUAL "MSVC") - +MESSAGE( STATUS "FORT_COMPILER: " ${FORT_COMPILER} ) # ------------------------------------------------------------------------------