From 5500b0691f13118e5418755070a084d214666367 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Mon, 3 Aug 2015 12:10:55 +0300 Subject: Fix: comment typo --- cmake/protobuf-module.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/protobuf-module.cmake.in b/cmake/protobuf-module.cmake.in index f17b5dff..d81dc459 100644 --- a/cmake/protobuf-module.cmake.in +++ b/cmake/protobuf-module.cmake.in @@ -23,7 +23,7 @@ function(PROTOBUF_GENERATE_CPP SRCS HDRS) set(_protobuf_include_path -I ${CMAKE_CURRENT_SOURCE_DIR}) endif() - # Add well-nkown type protos include path + # Add well-known type protos include path list(APPEND _protobuf_include_path -I "${_PROTOBUF_IMPORT_PREFIX}/@CMAKE_INSTALL_INCLUDEDIR@") -- cgit v1.2.3