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 07da8a7 commit 5f45f9cCopy full SHA for 5f45f9c
1 file changed
tutorials/CMakeLists.txt
@@ -142,6 +142,9 @@ if(NOT sqlite)
142
list(APPEND dataframe_veto analysis/dataframe/*SQlite*)
143
endif()
144
if(NOT davix AND NOT curl)
145
+ list(APPEND dataframe_veto analysis/dataframe/df014_CSVDataSource.C)
146
+ list(APPEND dataframe_veto analysis/dataframe/df014_CSVDataSource.py)
147
+ list(APPEND dataframe_veto analysis/dataframe/df015_LazyDataSource.C)
148
list(APPEND dataframe_veto analysis/dataframe/df027_SQliteDependencyOverVersion.C)
149
list(APPEND dataframe_veto analysis/dataframe/df028_SQliteIPLocation.C)
150
list(APPEND dataframe_veto analysis/dataframe/df029_SQlitePlatformDistribution.C)
0 commit comments