You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2020/09/05 20:51:35 UTC

[logging-log4cxx] 04/07: Search for programs needed for tests (#37)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch logcxx_510_rm_vs2019
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 11f8fa9e047b9d39eebc8efbe8b5785e74ae0289
Author: Robert Middleton <rm...@users.noreply.github.com>
AuthorDate: Sat Aug 29 14:29:16 2020 -0400

    Search for programs needed for tests (#37)
    
    * Search for programs needed for tests
    
    * Renamed variables to not imply windows
---
 CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ecf5f0..b728ff7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,3 +126,10 @@ message(STATUS "  logchar type .................... : ${LOG4CXX_CHAR}")
 message(STATUS "  Using libESMTP .................. : ${HAS_LIBESMTP}")
 message(STATUS "  ODBC library .................... : ${HAS_ODBC}")
 message(STATUS "  syslog .......................... : ${HAS_SYSLOG}")
+
+if(BUILD_TESTING)
+message(STATUS "Applications required for tests:")
+message(STATUS "  zip ............................. : ${ZIP_APP}")
+message(STATUS "  sed ............................. : ${SED_APP}")
+message(STATUS "  gzip ............................ : ${GZIP_APP}")
+endif(BUILD_TESTING)