Commit 8fec9d4b77432b66c67132d6b89dff1e8666a915

Authored by Scott Klum
1 parent eb82968c

Revert "I think this was introduced mistakenly a while back"

This reverts commit 77062fae522aee178417ed0838761b0a5d7d5ab4.
Showing 1 changed file with 2 additions and 1 deletions
openbr/CMakeLists.txt
... ... @@ -38,7 +38,8 @@ qt5_use_modules(openbr ${QT_DEPENDENCIES})
38 38 set_target_properties(openbr PROPERTIES
39 39 DEFINE_SYMBOL BR_LIBRARY
40 40 VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
41   - SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})
  41 + SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}
  42 + LINK_INTERFACE_LIBRARIES "")
42 43 target_link_libraries(openbr ${BR_THIRDPARTY_LIBS})
43 44 add_cppcheck(openbr)
44 45  
... ...