← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/security-module-bug-1133260 into lp:zorba/security-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/security-module-bug-1133260 into lp:zorba/security-module.

Commit message:
Set ZORBA_PROJECT_UNAVAILABLE when OpenSSL not found.

Requested reviews:
  Chris Hillery (ceejatec)
  Juan Zacarias (juan457)
Related bugs:
  Bug #1133260 in Zorba: "EXPath http-client module builds even if libtidy unavailable"
  https://bugs.launchpad.net/zorba/+bug/1133260

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/security-module-bug-1133260/+merge/155880
-- 
https://code.launchpad.net/~zorba-coders/zorba/security-module-bug-1133260/+merge/155880
Your team Zorba Coders is subscribed to branch lp:zorba/security-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-07-27 03:31:52 +0000
+++ CMakeLists.txt	2013-03-28 01:05:28 +0000
@@ -26,6 +26,7 @@
 
   MESSAGE(WARNING "Could not find the OpenSSL library and development headers")
   MESSAGE(WARNING "Not building security modules")
+  SET_PROPERTY (GLOBAL PROPERTY ZORBA_PROJECT_UNAVAILABLE 1)
 
 ELSE (NOT OPENSSL_FOUND)
 


Follow ups