Upgrade arrow to include the plasma TensorFlow op (#2412)

This commit is contained in:
Philipp Moritz
2018-07-18 12:33:02 -07:00
committed by Robert Nishihara
parent 344e3d2c05
commit 4c82ac72df
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2)
set(CMAKE_CXX_FLAGS "-g -Wall -Werror -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -Werror -std=c++11")
include_directories(${CMAKE_CURRENT_LIST_DIR}/../common/thirdparty/ae)