Skip to content

Commit

Permalink
Add external directory to Conan recipe's exports (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux authored May 2, 2024
1 parent 7612805 commit f650949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def requirements(self):
self.requires('rocksdb/6.29.5')

exports_sources = (
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*'
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*', 'external/*'
)

def layout(self):
Expand Down

0 comments on commit f650949

Please sign in to comment.