Skip to content

Commit

Permalink
fix libvumod library install dir (cmake)
Browse files Browse the repository at this point in the history
  • Loading branch information
rd235 committed Nov 20, 2024
1 parent 665804c commit 445f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvumod/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ target_link_libraries(vumod volatilestream)
set_target_properties(vumod PROPERTIES VERSION ${VUMODLIB_VERSION_STRING}
SOVERSION ${VUMODLIB_VERSION_MAJOR})

install(TARGETS vumod LIBRARY DESTINATION lib)
install(TARGETS vumod LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit 445f9f2

Please sign in to comment.