Git commit 7fd427f0c64c28c56198fe95faa1eb1210877b52 by Ivan Romanov. Committed on 30/11/2013 at 19:53. Pushed by iromanov into branch 'master'. Corrected INSTALL file M +3 -3 INSTALL http://commits.kde.org/qca/7fd427f0c64c28c56198fe95faa1eb1210877b52 diff --git a/INSTALL b/INSTALL index fd8f978..d368fe9 100644 --- a/INSTALL +++ b/INSTALL @@ -24,9 +24,9 @@ Notes LIB_SUFFIX - library directory suffix (by default: "") LIB_INSTALL_DIR - path to library directory (by default: ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}) - ENABLE_PLUGINS - list plugins to build (botan;ossl;gnupg for example). - Also possible values is none, auto or all - (by default: "auto") + BUILD_PLUGINS - list plugins to build (botan;ossl;gnupg for example). + Also possible values is none, auto or all + (by default: "auto") WITH_${PLUGIN}_PLUGIN - to build particular plugin. Can be no, yes or auto (WITH_ossl_PLUGIN=3Dauto for example) =20