Skip to content
Snippets Groups Projects
Commit 7a206f49 authored by Hemant Zope's avatar Hemant Zope
Browse files

Fix RPATH for utils library

parent ce7bad17
No related tags found
No related merge requests found
......@@ -200,7 +200,8 @@ if(ENABLE_CJSON_UTILS)
set_target_properties("${CJSON_UTILS_LIB}"
PROPERTIES
SOVERSION "${CJSON_UTILS_VERSION_SO}"
VERSION "${PROJECT_VERSION}")
VERSION "${PROJECT_VERSION}"
INSTALL_RPATH "$ORIGIN")
endif()
# create the other package config files
......
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