Skip to content

Commit

Permalink
Changed so names of shared TiXI library
Browse files Browse the repository at this point in the history
This removes the redundant "3" from the tixi3 library name.
  • Loading branch information
rainman110 committed Aug 3, 2017
1 parent 928149a commit e09cc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ endif(APPLE)

add_library(${TIXI_LIB_NAME} SHARED ${TIXI_SRC} ${TIXI_HDR})
target_link_libraries (${TIXI_LIB_NAME} ${TIXI_LIBS})
set_target_properties( ${TIXI_LIB_NAME} PROPERTIES VERSION ${TIXI_VERSION})
set_target_properties( ${TIXI_LIB_NAME} PROPERTIES SOVERSION "${TIXI_VERSION_MAJOR}")
set_target_properties( ${TIXI_LIB_NAME} PROPERTIES VERSION ${TIXI_VERSION_MINOR}.${TIXI_VERSION_PATCH})
set_target_properties( ${TIXI_LIB_NAME} PROPERTIES SOVERSION "${TIXI_VERSION_MINOR}")

add_library(${TIXI_LIB_NAME}_static ${TIXI_SRC} ${TIXI_HDR})
target_link_libraries (${TIXI_LIB_NAME}_static ${TIXI_LIBS})
Expand Down

0 comments on commit e09cc5f

Please sign in to comment.