svn commit: r1934476 - subversion/trunk

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177936661064.1643313.15923676733522953353@svn03-he-fi>
Author: ivan
Date: Thu May 21 12:30:10 2026
New Revision: 1934476

Log:
cmake: Add C compiler version information to configuration summary. The
format is the following:
[[[
...
[CMake] -- Configuration summary:
[CMake] --   Version ......................... : 1.16.0
[CMake] --   C compiler ...................... : MSVC 19.44.35227.0
[CMake] --   Build type ...................... : Debug
[CMake] --     Build shared libraries ........ : True
[CMake] --     Build shared FS Modues ........ : False
[CMake] --     Build shared RA Modues ........ : ON
[CMake] --     Build TUI applications ........ : OFF
[CMake] --     Use pkg-config dependencies ... : OFF
....
]]]

* CMakeLists.txt: Print "${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION}"
  in Configuration summary.

Modified:
   subversion/trunk/CMakeLists.txt

Modified: subversion/trunk/CMakeLists.txt
==============================================================================
--- subversion/trunk/CMakeLists.txt	Thu May 21 12:10:03 2026	(r1934475)
+++ subversion/trunk/CMakeLists.txt	Thu May 21 12:30:10 2026	(r1934476)
@@ -1008,6 +1008,7 @@ configure_file(
 
 message(STATUS "Configuration summary:")
 message(STATUS "  Version ......................... : ${SVN_VERSION}")
+message(STATUS "  C compiler ...................... : ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION}")
 message(STATUS "  Build type ...................... : ${CMAKE_BUILD_TYPE}")
 message(STATUS "    Build shared libraries ........ : ${BUILD_SHARED_LIBS}")
 message(STATUS "    Build shared FS Modues ........ : ${SVN_BUILD_SHARED_FS}")
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.