mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Don't set options again.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@619 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -50,18 +50,6 @@ if (Z_LIBRARY)
|
||||
endif (Z_LIBRARY)
|
||||
|
||||
# OPTIONS
|
||||
if (WITH_LIBZ)
|
||||
set(WITH_LIBZ 1)
|
||||
endif (WITH_LIBZ)
|
||||
|
||||
if (WITH_SSH1)
|
||||
set(WITH_SSH1 1)
|
||||
endif (WITH_SSH1)
|
||||
|
||||
if (WITH_SERVER)
|
||||
set(WITH_SERVER 1)
|
||||
endif (WITH_SERVER)
|
||||
|
||||
if (WITH_DEBUG_CRYPTO)
|
||||
set(DEBUG_CRYPTO 1)
|
||||
endif (WITH_DEBUG_CRYPTO)
|
||||
|
||||
Reference in New Issue
Block a user