summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2015-01-21 15:04:22 -0800
committerKevron Rees <kevron.m.rees@intel.com>2015-01-21 15:04:22 -0800
commitc24aa76b548752790c796bc4eee8205ed0776de9 (patch)
tree847f56cf947bd1ab1d9f7b5843eb2d9be6b325a9
parenta60ea72668eaad05b1c8b4894fd569a980c3d359 (diff)
downloadautomotive-message-broker-c24aa76b548752790c796bc4eee8205ed0776de9.tar.gz
[Docs] - install to project series (0.13) instead of project version
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 546d8959..e6a862bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ include(CMakeDependentOption)
set(PROJECT_NAME "automotive-message-broker")
set(PROJECT_PRETTY_NAME "Automotive Message Broker")
+set(PROJECT_SERIES "0.13")
set(PROJECT_VERSION "0.13.1")
set(PROJECT_CODENAME "agera")
set(PROJECT_QUALITY "final")
@@ -21,7 +22,7 @@ set (LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
set (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/${CMAKE_LIBRARY_ARCHITECTURE}" )
set (PLUGIN_INSTALL_PATH "${LIB_INSTALL_DIR}/${PROJECT_NAME}")
set (INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
-set (DOC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/packages/${PROJECT_NAME}/${PROJECT_VERSION}")
+set (DOC_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/packages/${PROJECT_NAME}/${PROJECT_SERIES}")
option(qtmainloop "Use QCoreApplication mainloop " OFF)
option(websocket_plugin "websocket source and sink plugins" OFF)