Skip to content

Commit 6f1fec4

Browse files
authored
Use proper copyright string (#567)
1 parent 470cf00 commit 6f1fec4

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
@@ -316,7 +316,6 @@ if (WIN32)
316316
endif(NOT DEFINED windows_resource_file)
317317

318318
set(RC_CHAR_TM "\\231")
319-
set(RC_CHAR_C "\\251")
320319
set(RC_CHAR_R "\\256")
321320

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

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

0 commit comments

Comments
 (0)