commit 524ebb5b422e880a355d5dfe1c16f047f9d40fb8
parent 93470f7eb4aceb9cfbe831c1663f27145c13eb30
Author: vaplv <vaplv@free.fr>
Date: Fri, 22 Apr 2016 15:03:15 +0200
Update the install directory of the documentation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -44,7 +44,7 @@ endif(CMAKE_COMPILER_IS_GNUCC)
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 1)
+set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
@@ -128,5 +128,5 @@ install(TARGETS rsimd
RUNTIME DESTINATION bin)
install(FILES ${RSIMD_FILES_INC_LEGACY} DESTINATION include/rsimd)
install(FILES ${RSIMD_FILES_INC_SSE} DESTINATION include/rsimd/sse)
-install(FILES ${RSIMD_FILES_DOC} DESTINATION doc/rsimd)
+install(FILES ${RSIMD_FILES_DOC} DESTINATION share/doc/rsimd)