Skip to content

Commit 5040f4c

Browse files
committed
cmake: Remove the list of the dependencies and their versions from the
configuration summary. Reasoning --------- - Some libraries don't provide version out-of-box. - It's hard to maintain the list as soon as a new dependency gets added. * CMakeLists.txt (configuration summary): Remove 'dependencies' section. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1921115 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7f18713 commit 5040f4c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

CMakeLists.txt

-19
Original file line numberDiff line numberDiff line change
@@ -769,25 +769,6 @@ message(STATUS " Enable KWallet integration .... : ${SVN_ENABLE_AUTH_KWALLET}
769769
message(STATUS " Install:")
770770
message(STATUS " Install prefix: ............... : ${CMAKE_INSTALL_PREFIX}")
771771
message(STATUS " Install private headers: ...... : ${SVN_INSTALL_PRIVATE_H}")
772-
message(STATUS " Dependencies:")
773-
message(STATUS " APR ........................... : ${APR_VERSION}")
774-
message(STATUS " APR-Util ...................... : ${APRUTIL_VERSION}")
775-
message(STATUS " EXPAT ......................... : ${EXPAT_VERSION_STRING}")
776-
message(STATUS " ZLIB .......................... : ${ZLIB_VERSION}")
777-
message(STATUS " LZ4 ........................... : ${lz4_VERSION}")
778-
message(STATUS " UTF8PROC ...................... : ${UTF8PROC_VERSION}")
779-
message(STATUS " SQLITE3 ....................... : ${SQLite3_VERSION}")
780-
message(STATUS " SERF .......................... : ${Serf_VERSION}")
781-
message(STATUS " GETTEXT ....................... : ${GETTEXT_VERSION_STRING}")
782-
# Some libintl implementations don't embed the version number in their header files.
783-
# In this case the variables Intl_VERSION* will be empty.
784-
# https://cmake.org/cmake/help/latest/module/FindIntl.html
785-
message(STATUS " INTL .......................... : ${Intl_VERSION}")
786-
message(STATUS " SWIG .......................... : ${SWIG_VERSION}")
787-
message(STATUS " PYTHON ........................ : ${Python_VERSION}")
788-
message(STATUS " PERL .......................... : ${PERL_VERSION_STRING}")
789-
message(STATUS " HTTPD ......................... : ${HTTPD_VERSION}")
790-
message(STATUS " TODO: ......................... : Other dependecies")
791772
message(STATUS " Bindings:")
792773
message(STATUS " Build SVNXX ................... : ${SVN_ENABLE_SVNXX}")
793774
message(STATUS " Build SWIG_PERL ............... : ${SVN_ENABLE_SWIG_PERL}")

0 commit comments

Comments
 (0)