Commit fbd6ff45 authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Fix installation directory when built statically.

1 merge request!26Fix installation directory when built statically.
Showing with 1 addition and 1 deletion
......@@ -443,7 +443,7 @@ endif()
install(TARGETS mswebrtc
RUNTIME DESTINATION ${Mediastreamer2_PLUGINS_DIR}
LIBRARY DESTINATION ${Mediastreamer2_PLUGINS_DIR}
ARCHIVE DESTINATION ${Mediastreamer2_PLUGINS_DIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
FRAMEWORK DESTINATION Frameworks
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment