Fix LICENSE path for opencl build (#939)

이 커밋은 다음에 포함됨:
Joseph Macaranas
2025-09-10 17:54:22 -04:00
커밋한 사람 GitHub
부모 cf8173a892
커밋 dd1a2dbf8a
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
+2 -2
파일 보기
@@ -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 -1
파일 보기
@@ -1,4 +1,4 @@
# License
```{include} ../LICENSE.txt
```{include} ../LICENSE.md
```
+1 -1
파일 보기
@@ -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()
+1 -1
파일 보기
@@ -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 ##