Skip to content

Commit 050010a

Browse files
committed
print CMake version
1 parent 5b28deb commit 050010a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ LANGUAGES C Fortran
66

77
enable_testing()
88

9+
message(STATUS "CMake ${CMAKE_VERSION} Generator ${CMAKE_GENERATOR}")
10+
911
include(cmake/compilers.cmake)
1012

1113
add_subdirectory(test)

0 commit comments

Comments
 (0)