File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments