Fix LICENSE path for opencl build (#939)
Esse commit está contido em:
@@ -19,8 +19,8 @@ set(CPACK_RPM_COMPONENT_INSTALL ON)
|
||||
install(TARGETS clinfo DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT binary)
|
||||
install(TARGETS amdocl DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT binary)
|
||||
install(TARGETS amdocl DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT asan)
|
||||
install(FILES ${opencl_SOURCE_DIR}/LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary)
|
||||
install(FILES ${opencl_SOURCE_DIR}/LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan)
|
||||
install(FILES ${opencl_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary)
|
||||
install(FILES ${opencl_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan)
|
||||
|
||||
install(DIRECTORY ${opencl_SOURCE_DIR}/khronos/headers/opencl2.2/CL
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT dev
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# License
|
||||
|
||||
```{include} ../LICENSE.txt
|
||||
```{include} ../LICENSE.md
|
||||
```
|
||||
|
||||
@@ -245,7 +245,7 @@ function( configure_debian_pkg PACKAGE_NAME_T COMPONENT_NAME_T PACKAGE_VERSION_T
|
||||
else()
|
||||
# License file
|
||||
install ( FILES ${LICENSE_FILE}
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.txt
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.md
|
||||
COMPONENT ${COMPONENT_NAME_T})
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
@@ -34,7 +34,7 @@ By creating a pull request, you agree to the statements made in the [code licens
|
||||
|
||||
## Code License ##
|
||||
|
||||
All code contributed to this project will be licensed under the license identified in the [License.txt](../LICENSE.txt). Your contribution will be accepted under the same license.
|
||||
All code contributed to this project will be licensed under the license identified in the [LICENSE.md](../LICENSE.md). Your contribution will be accepted under the same license.
|
||||
|
||||
## Release Cadence ##
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário