Commit 5500b069 authored by Konstantin Podsvirov's avatar Konstantin Podsvirov

Fix: comment typo

parent ebfca175
...@@ -23,7 +23,7 @@ function(PROTOBUF_GENERATE_CPP SRCS HDRS) ...@@ -23,7 +23,7 @@ function(PROTOBUF_GENERATE_CPP SRCS HDRS)
set(_protobuf_include_path -I ${CMAKE_CURRENT_SOURCE_DIR}) set(_protobuf_include_path -I ${CMAKE_CURRENT_SOURCE_DIR})
endif() endif()
# Add well-nkown type protos include path # Add well-known type protos include path
list(APPEND _protobuf_include_path list(APPEND _protobuf_include_path
-I "${_PROTOBUF_IMPORT_PREFIX}/@CMAKE_INSTALL_INCLUDEDIR@") -I "${_PROTOBUF_IMPORT_PREFIX}/@CMAKE_INSTALL_INCLUDEDIR@")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment