Skip to content

Commit 81072c0

Browse files
Make the cmake messaging more precise
1 parent 05ff62f commit 81072c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,14 @@ endif()
136136

137137
if (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)

0 commit comments

Comments
 (0)