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)
316
316
endif (NOT DEFINED windows_resource_file )
317
317
318
318
set (RC_CHAR_TM "\\ 231" )
319
- set (RC_CHAR_C "\\ 251" )
320
319
set (RC_CHAR_R "\\ 256" )
321
320
322
321
set (RC_FILE_VERSION "${PRODUCT_VER_MAJOR} .${PRODUCT_VER_MINOR} .${LLVM_VER_MAJOR} .${LLVM_VER_MINOR} " )
@@ -336,7 +335,7 @@ if (WIN32)
336
335
"RC_ORIGINAL_FILENAME=\" ${TARGET_NAME} .dll\" "
337
336
"RC_PRODUCT_NAME=\" ${RC_PRODUCT_NAME} \" "
338
337
"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\" " )
340
339
341
340
# Enable compiler generation of Control Flow Guard security checks.
342
341
target_compile_options (${TARGET_NAME} PUBLIC "/guard:cf" )
You can’t perform that action at this time.
0 commit comments