summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs/api/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/docs/api/CMakeLists.txt')
-rw-r--r--qpid/cpp/docs/api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/CMakeLists.txt b/qpid/cpp/docs/api/CMakeLists.txt
index 79e0d58db5..e48f4fd63d 100644
--- a/qpid/cpp/docs/api/CMakeLists.txt
+++ b/qpid/cpp/docs/api/CMakeLists.txt
@@ -36,7 +36,7 @@ if (BUILD_DOCS)
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
DESTINATION ${QPID_INSTALL_DOCDIR}/api/html
COMPONENT ${QPID_COMPONENT_CLIENT_INCLUDE}
- ${OPTIONAL_ARG})
+ OPTIONAL)
if (CPACK_GENERATOR STREQUAL "NSIS")
set (CPACK_NSIS_MENU_LINKS
"${QPID_INSTALL_HTMLDIR}/index.html" "Qpid C++ API Documentation"