Remove LOG_TO_CALLBACK cmake option.

This commit is contained in:
Klaas Freitag 2012-12-03 19:39:39 +01:00
parent b8fd96fc62
commit 41adbbdea7
2 changed files with 0 additions and 2 deletions

View file

@ -1,3 +1,2 @@
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

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