disable elpp default log file

This commit is contained in:
Valient Gough 2016-09-15 16:38:40 -07:00
parent 27ef3430f3
commit 259b4e5e11
No known key found for this signature in database
GPG Key ID: B515DCEB95967051

View File

@ -103,6 +103,7 @@ find_package (Threads REQUIRED)
# Logging. # Logging.
add_definitions (-DELPP_THREAD_SAFE -DELPP_DISABLE_DEFAULT_CRASH_HANDLING) add_definitions (-DELPP_THREAD_SAFE -DELPP_DISABLE_DEFAULT_CRASH_HANDLING)
add_definitions (-DELPP_NO_DEFAULT_LOG_FILE)
check_include_file_cxx (syslog.h HAVE_SYSLOG_H) check_include_file_cxx (syslog.h HAVE_SYSLOG_H)
if (HAVE_SYSLOG_H) if (HAVE_SYSLOG_H)
message ("-- Enabled syslog logging support") message ("-- Enabled syslog logging support")