Add a switch LOG_TO_CALLBACK for cmake to enable callback logging.

This commit is contained in:
Klaas Freitag 2012-06-05 17:09:42 +02:00
parent 648fc78d95
commit 024fb244ef
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
option(WITH_LOG4C "Build csync without log4c" ON)
option(UNIT_TESTING "Build with unit tests" OFF)
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)
option(LOG_TO_CALLBACK "Enable extended logging through a callback" OFF)

View file

@ -16,3 +16,4 @@
#cmakedefine HAVE_LSTAT 1
#cmakedefine HAVE_FNMATCH 1
#cmakedefine LOG_TO_CALLBACK