From 72aeba410f2205df54eae12ad6a0467b5211ba57 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Apr 2009 11:00:32 +0000 Subject: Don't set options again. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@619 7dcaeef0-15fb-0310-b436-a5af3365683c --- ConfigureChecks.cmake | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index b8e8a95d..e5fe55d0 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -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) -- cgit v1.2.3