Browse Source

* cmake : show status of WITH_REDIS

master
Alex 'AdUser' Z 8 years ago
parent
commit
babca421a8
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -44,6 +44,7 @@ message(STATUS "- WITH_CLIENT : ${WITH_CLIENT}")
message(STATUS "- WITH_CSOCKET : ${WITH_CSOCKET}")
message(STATUS "- WITH_HARDENING : ${WITH_HARDENING}")
message(STATUS "- WITH_PCRE : ${WITH_PCRE}")
message(STATUS "- WITH_REDIS : ${WITH_REDIS}")
message(STATUS "Components:")
add_subdirectory(src)

Loading…
Cancel
Save