We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39172f commit df3b076Copy full SHA for df3b076
conanfile.py
@@ -18,7 +18,7 @@ class SparrowIPCRecipe(ConanFile):
18
topics = ("arrow", "apache arrow", "columnar format", "dataframe", "ipc", "serialization", "deserialization", "flatbuffers")
19
package_type = "library"
20
settings = "os", "arch", "compiler", "build_type"
21
- exports_sources = "include/*", "src/*", "cmake/*", "docs/*", "CMakeLists.txt", "LICENSE"
+ exports_sources = "include/*", "src/*", "cmake/*", "docs/*", "CMakeLists.txt", "sparrow-ipcConfig.cmake.in", "LICENSE"
22
options = {
23
"shared": [True, False],
24
"fPIC": [True, False],
0 commit comments