install: remove README from installed docs

bgfx.cmake's README is not documentation on how to use bgfx.
It is documentation on how to use bgfx.cmake to build, which is already
done once it's installed.
This commit is contained in:
Sandy Carter
2021-01-30 20:23:24 -05:00
parent 18e1ad78d6
commit 7ed9623d5d

View File

@@ -116,7 +116,6 @@ if( BGFX_INSTALL )
)
install(FILES ${BGFX_DIR}/LICENSE DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/licences/${PROJECT_NAME})
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
install( TARGETS bgfx bimg bx astc-codec astc edtaa3 etc1 etc2 iqa squish nvtt pvrtc
EXPORT "${TARGETS_EXPORT_NAME}"