From 050010a2a3e45f4a1f76230a68736abdd54bcb17 Mon Sep 17 00:00:00 2001 From: scivision Date: Tue, 19 Dec 2023 18:19:34 -0500 Subject: [PATCH] print CMake version --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f468e6..78288df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,8 @@ LANGUAGES C Fortran enable_testing() +message(STATUS "CMake ${CMAKE_VERSION} Generator ${CMAKE_GENERATOR}") + include(cmake/compilers.cmake) add_subdirectory(test)