Skip to content
Snippets Groups Projects
Commit 3af13f1c authored by arseny.kapoulkine@gmail.com's avatar arseny.kapoulkine@gmail.com
Browse files

scripts: Apply pugixml-soversion.patch: SOVERSION is now 1 instead of 1.2...

scripts: Apply pugixml-soversion.patch: SOVERSION is now 1 instead of 1.2 (make install will deploy both libpugixml.so.1 and libpugixml.so.1.2)

git-svn-id: http://pugixml.googlecode.com/svn/trunk@934 99668b35-9821-0410-8761-19e4c4f06640
parent a3aa5d39
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ else()
add_library(pugixml STATIC ${SOURCES})
endif()
set_target_properties(pugixml PROPERTIES VERSION 1.2 SOVERSION 1.2)
set_target_properties(pugixml PROPERTIES VERSION 1.2 SOVERSION 1)
install(TARGETS pugixml LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${HEADERS} DESTINATION include)
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