Lines Matching refs:ON
18 set(BUILD_tools_default ON)
25 set(BUILD_doc_default ON)
32 option(BUILD_examples "build the examples for expat library" ON)
33 option(BUILD_tests "build the tests for expat library" ON)
34 option(BUILD_shared "build a shared expat library" ON)
37 option(INSTALL "install expat files in cmake install target" ON)
50 option(XML_DTD "Define to make parameter entity parsing functionality available" ON)
51 option(XML_NS "Define to make XML Namespaces functionality available" ON)
54 option(XML_DEV_URANDOM "Define to include code reading entropy from `/dev/urandom'." ON)
86 message(SEND_ERROR "Option XML_UNICODE_WCHAR_T=ON may not be used without XML_UNICODE=ON.")
91 …built with option XML_UNICODE_WCHAR_T=OFF and XML_UNICODE=ON. Either set XML_UNICODE_WCHAR_T=ON or…