We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470cf00 commit a00fc24Copy full SHA for a00fc24
CMakeLists.txt
@@ -336,7 +336,7 @@ if (WIN32)
336
"RC_ORIGINAL_FILENAME=\"${TARGET_NAME}.dll\""
337
"RC_PRODUCT_NAME=\"${RC_PRODUCT_NAME}\""
338
"RC_PRODUCT_VERSION=\"${RC_FILE_VERSION}\""
339
- "RC_COPYRIGHT=\"Copyright ${RC_CHAR_C} 2018 Intel Corporation. All rights reserved.\"")
+ "RC_COPYRIGHT=\"Copyright (C) 2018 Intel Corporation\"")
340
341
# Enable compiler generation of Control Flow Guard security checks.
342
target_compile_options(${TARGET_NAME} PUBLIC "/guard:cf")
0 commit comments