aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2018-09-08 09:49:33 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2018-09-08 09:49:33 +0200
commit0ef60d1a4e8f75b0a5658df1a880caef92b98f20 (patch)
tree5e5bacd2f25560a27486a6314d1b0dc415c7a622
parent4e66c72332aa36a8d6d33afa925b588c2b2cb88d (diff)
downloadqxmpp-0ef60d1a4e8f75b0a5658df1a880caef92b98f20.tar.gz
[cmake] fix documentation string for BUILD_EXAMPLES
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88aa1a87..f8051dd3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ include(GNUInstallDirs)
option(BUILD_TESTS "Build tests." ON)
option(BUILD_DOCUMENTATION "Build API documentation." OFF)
-option(BUILD_EXAMPLES "Build API documentation." ON)
+option(BUILD_EXAMPLES "Build examples." ON)
add_subdirectory(src)