OPTION(BUILD_SHARED_LIBS_FULL"Expose all functionality when built as shared libraries (DLLs)"OFF)
OPTION(BUILD_EXCEPTIONS_ENABLED"Enable support for exceptions"ON)
OPTION(BUILD_RTTI_ENABLED"Enable support run-time type information"ON)
OPTION(BUILD_STATIC_RUNTIME"Link staticaly the run-time library"OFF)
OPTION(CMAKE_SUPPRESS_REGENERATION"This will cause CMake to not put in the rules that re-run CMake. This might be useful if you want to use the generated build files on another machine"OFF)
OPTION(CMAKE_USE_RELATIVE_PATHS"Try to use relative paths in generated projects"OFF)