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