File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -136,17 +136,14 @@ endif()
136136
137137if (WIN32 )
138138 if (TBB_VERIFY_DEPENDENCY_SIGNATURE)
139- message (STATUS
140- "Dependency signature verification during dynamic linking in run-time is ENABLED." )
139+ message (STATUS "Dependency signature verification during dynamic linking in run-time is ENABLED." )
141140 elseif (NOT DEFINED TBB_VERIFY_DEPENDENCY_SIGNATURE)
142141 message (WARNING
143142 "Dependency signature verification during dynamic linking in run-time is disabled by "
144143 "default. This may lead to security vulnerabilities. See installation section in "
145144 "oneTBB documentation for more details." )
146145 else ()
147- message (STATUS
148- "Dependency signature verification during dynamic linking in run-time is explicitly"
149- " DISABLED." )
146+ message (STATUS "Dependency signature verification during dynamic linking in run-time is DISABLED" )
150147 endif ()
151148 option (TBB_VERIFY_DEPENDENCY_SIGNATURE
152149 "Verify signature of a dependency during its dynamic linking at run-time on Windows*" OFF )
You can’t perform that action at this time.
0 commit comments