We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa3157 commit d5bcb59Copy full SHA for d5bcb59
sycl/ur_win_proxy_loader/CMakeLists.txt
@@ -9,7 +9,7 @@ set_property(SOURCE ${CMAKE_CURRENT_BINARY_DIR}/versioninfo.rc
9
"RC_INTERNAL_NAME=\"ur_win_proxy_loader\""
10
"RC_PRODUCT_NAME=\"ur_win_proxy_loader\""
11
"RC_PRODUCT_VERSION=\"${SYCL_VERSION_STRING}\""
12
- "RC_COPYRIGHT=\"Copyright (C) 2023 Intel Inc. All Rights Reserved\"")
+ "RC_COPYRIGHT=\"Copyright (C) 2023 Intel Corporation\"")
13
configure_file(../../llvm/resources/windows_version_resource.rc ${CMAKE_CURRENT_BINARY_DIR}/versioninfo.rc @ONLY)
14
add_library(ur_win_proxy_loader SHARED ur_win_proxy_loader.cpp ${CMAKE_CURRENT_BINARY_DIR}/versioninfo.rc)
15
install(TARGETS ur_win_proxy_loader
0 commit comments