Commit 49f21f21bb91888f6f667044b35eb8d8cc205aef

Authored by Scott Klum
1 parent be72b574

Fixed linking variable

Showing 1 changed file with 1 additions and 1 deletions
openbr/CMakeLists.txt
@@ -39,7 +39,7 @@ set_target_properties(openbr PROPERTIES @@ -39,7 +39,7 @@ set_target_properties(openbr PROPERTIES
39 DEFINE_SYMBOL BR_LIBRARY 39 DEFINE_SYMBOL BR_LIBRARY
40 VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} 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 + INTERFACE_LINK_LIBRARIES "")
43 target_link_libraries(openbr ${BR_THIRDPARTY_LIBS}) 43 target_link_libraries(openbr ${BR_THIRDPARTY_LIBS})
44 add_cppcheck(openbr) 44 add_cppcheck(openbr)
45 45