Skip to content
Snippets Groups Projects
Commit 5ce02833 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

remove absolute prefix from MODULE_DIR

parent 0d23d700
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ include_directories("${PROJECT_SOURCE_DIR}/third_party")
#
# Specify Tarantool modules prefixes
#
set(MODULE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/tarantool/")
set(MODULE_DIR "${CMAKE_INSTALL_LIBDIR}/tarantool/")
set(MODULE_DIR "${MODULE_DIR}${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment