Skip to content

Commit

Permalink
Rebased on branch-0.12 and changed back build.sh goof
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Dec 4, 2019
1 parent 955417f commit 4f25e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (( ${NUMARGS} == 0 )) || hasArg libcudf; then
-DCMAKE_CXX11_ABI=ON \
${GPU_ARCH} \
-DBUILD_BENCHMARKS=${BENCHMARKS} \
-DCMAKE_BUILD_TYPE=DEBUG ..
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
if [[ ${INSTALL_TARGET} != "" ]]; then
make -j${PARALLEL_LEVEL} install_cudf VERBOSE=${VERBOSE}
else
Expand Down
2 changes: 1 addition & 1 deletion cpp/include/cudf/legacy/io_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <utility>
#include <vector>

#include <cudf/#include <cudf/legacy/io_types.h>
#include <cudf/legacy/io_types.h>
#include <cudf/legacy/table.hpp>
#include <cudf/types.hpp>

Expand Down

0 comments on commit 4f25e24

Please sign in to comment.