diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e001e0..8b9d30c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) option(HPP_PROTO_PROTOC_PLUGIN "Enable protoc plugin" ON) option(HPP_PROTO_TESTS "Enable HPP_PROTO tests" ${PROJECT_IS_TOP_LEVEL}) -option(HPP_PROTO_BENCHMARKS "Enable buidling benchmarks" OFF) +option(HPP_PROTO_BENCHMARKS "Enable building benchmarks" OFF) -option(HPP_PROTO_ENABLE_SANITIZER "Enable address and undefined behavor sanitizer" OFF) +option(HPP_PROTO_ENABLE_SANITIZER "Enable address and undefined behavior sanitizer" OFF) option(HPP_PROTO_TEST_USE_PROTOBUF "Use libprotobuf to generate data for tests" OFF) set(HPP_PROTO_PROTOC "find" CACHE STRING "'find' for locating using find_program, or 'compile' for compiling from source")