mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix compiler issue when importing arrow
The arrow library has a function parameter called signals that causes trouble when compiled using Qt. Add undef signals to avoid this issue.
This commit is contained in:
@@ -22,12 +22,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
// #include <arrow/array/array_primitive.h>
|
||||
// #include <arrow/csv/api.h>
|
||||
// #include <arrow/io/api.h>
|
||||
// #include <arrow/scalar.h>
|
||||
// #include <parquet/arrow/reader.h>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user