Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/find-package-support-functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endfunction()
# Function to get all supported third party dependencies
#-------------------------------------------------------------------------
function(get_supported_third_party_dependencies dependencies_out)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't used at the moment and removed by #3368

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, good to know that, let me close this PR for now.

set(${dependencies_out} ${THIRD_PARTY_DEPNDENCIES_SUPPORTED} PARENT_SCOPE)
set(${dependencies_out} ${THIRD_PARTY_DEPENDENCIES_SUPPORTED} PARENT_SCOPE)
endfunction()

#-------------------------------------------------------------------------
Expand Down
Loading