aboutsummaryrefslogtreecommitdiff
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-06 15:44:34 -0700
committerGitHub <noreply@github.com>2016-07-06 15:44:34 -0700
commit0d5091ee8878484ccd407aa58cb80c9cac7e2d61 (patch)
tree08e996dc8eed8dc34910fff9bc2af12c1d867157 /cmake/examples.cmake
parentc10938a1d9c4002370f750662520869f35838921 (diff)
parentd2ae4966238564b51f6b962d870b121131767f64 (diff)
downloadprotobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.tar.gz
protobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.tar.bz2
protobuf-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.zip
Merge pull request #1742 from ottok/fix-spelling
Fix spelling
Diffstat (limited to 'cmake/examples.cmake')
-rw-r--r--cmake/examples.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/examples.cmake b/cmake/examples.cmake
index 83d0e988..0a651051 100644
--- a/cmake/examples.cmake
+++ b/cmake/examples.cmake
@@ -37,7 +37,7 @@ mark_as_advanced(protobuf_BUILD_EXAMPLES_MULTITEST)
if(protobuf_BUILD_EXAMPLES_MULTITEST)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
- #Build using the legacy compatiblity module.
+ #Build using the legacy compatibility module.
add_examples_build(examples-legacy
"-Dprotobuf_DIR:PATH=${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}"
"-Dprotobuf_MODULE_COMPATIBLE:BOOL=TRUE"
@@ -49,7 +49,7 @@ if(protobuf_BUILD_EXAMPLES_MULTITEST)
"-Dprotobuf_DIR:PATH=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_CMAKEDIR}"
)
- #Build using the installed library in legacy compatiblity mode.
+ #Build using the installed library in legacy compatibility mode.
add_examples_build(examples-installed-legacy
"-Dprotobuf_DIR:PATH=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_CMAKEDIR}"
"-Dprotobuf_MODULE_COMPATIBLE:BOOL=TRUE"