1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

cmake: Allow to build without examples.

BUG: https://red.libssh.org/issues/114
This commit is contained in:
Andreas Schneider
2013-09-16 08:21:12 +02:00
parent 33cb1bc08b
commit b9ada25296
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
option(WITH_TESTING "Build with unit tests" OFF)
option(WITH_CLIENT_TESTING "Build with client tests; requires a running sshd" OFF)
option(WITH_BENCHMARKS "Build benchmarks tools" OFF)
option(WITH_EXAMPLES "Build examples" ON)
if (WITH_ZLIB)
set(WITH_LIBZ ON)