# This file contains options that can be passed to the cmake command Option ( CPPCORE_INSTALL_HEADER "Install headers of cppcore." ON ) Option ( CPPCORE_INSTALL_PACKAGE "Install the cmake package of cppcore." ON ) Option ( CPPCORE_USE_GIT_VERSION "Read the git tags to get the version of cppcore" ON ) If ( NOT CPPCORE_CONVERT_CAST ) Set ( CPPCORE_CONVERT_CAST throw CACHE STRING "Specify how the convert_cast should handle invalid values." ) Set_Property ( CACHE CPPCORE_CONVERT_CAST PROPERTY STRINGS throw abort ) EndIf ( )