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
This commit is contained in:
parent
a3aa5d39b8
commit
3af13f1cb8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue