You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/find-package-support-functions.cmake
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,6 @@ function (is_dependency_required dependency_in components_in is_required_out)
161
161
message(FATAL_ERROR " is_dependency_required: The BUILT_WITH_${dependency_in} flag is required but not defined in the 'thirdparty-built-with-flags.cmake' file")
162
162
elseif(NOT BUILT_WITH_${dependency_in})
163
163
set(${is_required_out}FALSE PARENT_SCOPE)
164
-
message(DEBUG "is_dependency_required: ${dependency_in} is not required because that package was not built with it.")
message(WARNING "find_required_dependencies: found ${dependency} version ${${dependency}_VERSION} which does not match the opentelemetry-cpp built with version ${BUILT_WITH_${dependency}_VERSION}.")
0 commit comments