Skip to content

Commit

Permalink
Shorten shared library name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Jan 29, 2014
1 parent e6f5b9a commit cc2522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if( ${WIN32} )
else()
# Dynamic library
add_library(btbb SHARED ${c_sources})
set_target_properties(btbb PROPERTIES VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.0 SOVERSION 0)
set_target_properties(btbb PROPERTIES VERSION ${MAJOR_VERSION}.${MINOR_VERSION} SOVERSION 0)
endif()

set_target_properties(btbb PROPERTIES CLEAN_DIRECT_OUTPUT 1)
Expand Down

0 comments on commit cc2522a

Please sign in to comment.