Skip to content

Commit 7eef465

Browse files
authored
Use proper copyright string (#567) (#568)
(cherry picked from commit 6f1fec4)
1 parent 5824297 commit 7eef465

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ if (WIN32)
317317
endif(NOT DEFINED windows_resource_file)
318318

319319
set(RC_CHAR_TM "\\231")
320-
set(RC_CHAR_C "\\251")
321320
set(RC_CHAR_R "\\256")
322321

323322
set(RC_FILE_VERSION "${PRODUCT_VER_MAJOR}.${PRODUCT_VER_MINOR}.${LLVM_VER_MAJOR}.${LLVM_VER_MINOR}")
@@ -337,7 +336,7 @@ if (WIN32)
337336
"RC_ORIGINAL_FILENAME=\"${TARGET_NAME}.dll\""
338337
"RC_PRODUCT_NAME=\"${RC_PRODUCT_NAME}\""
339338
"RC_PRODUCT_VERSION=\"${RC_FILE_VERSION}\""
340-
"RC_COPYRIGHT=\"Copyright ${RC_CHAR_C} 2018 Intel Corporation. All rights reserved.\"")
339+
"RC_COPYRIGHT=\"Copyright (C) 2018 Intel Corporation\"")
341340

342341
# Enable compiler generation of Control Flow Guard security checks.
343342
target_compile_options(${TARGET_NAME} PUBLIC "/guard:cf")

0 commit comments

Comments
 (0)