Option ( CPPHIBERNATE_USE_CPPLOGGING "Try to find the cpplogging library and use it as logger instead of logging to std::cout." OFF ) Option ( CPPHIBERNATE_INSTALL_HEADER "Install headers of cpphibernate." ON ) Option ( CPPHIBERNATE_INSTALL_STATIC "Install static library of cpphibernate." ON ) Option ( CPPHIBERNATE_INSTALL_SHARED "Install shared library of cpphibernate." ON ) Option ( CPPHIBERNATE_INSTALL_DEBUG "Install the stripped debug informations of cpphibernate." OFF ) Option ( CPPHIBERNATE_NO_STRIP "Do not strip debug symbols from binary." OFF ) Option ( CPPHIBERNATE_DEBUG "Write extra debug output to the console/logger." OFF )